Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
for(int i=2;i<20;i++) { for(int j=2; j<=(i/j);j++) { if(!(i%j)) break; f(j>(i/j)) cout<<i<"\n"; } }
for
0 Voti
5 Risposte
5th May 2021, 4:12 AM
Tannia Devi
class s { System.out.println("hello"); }
answer
description
give
in
0 Voti
30 Risposte
22nd Mar 2020, 7:40 AM
Shibbu Patel
1.for($cnt= returnNoofusers($users),$i=0;$i<$cnt;++$i){ } 2.for($i=0;$i<returnNoofusers($users);++$i){ }
php
0 Voti
1 Risposta
19th Sep 2017, 4:37 PM
Srikanth iyer
Brackets { }
brackets
java
sets
sorts
2 Voti
2 Risposte
30th Jun 2019, 8:36 AM
Alex
for (var x=0;x==x;x++) { if (x>5&&x<8) { document.write(x); } }
javascript
loops
0 Voti
14 Risposte
1st Dec 2016, 5:24 AM
Tanaji Kolekar
Fill in the blanks to compose a valid for loop:
}
-3 Voti
6 Risposte
24th Feb 2021, 9:25 PM
Sihem Akhtar
Why images aren't showing ? {Solved }
code
compiler
vuejs
16 Voti
6 Risposte
17th Aug 2021, 12:46 PM
Jothish
int num = 2; int x = 3; if(num >= 2) { if(x > 4) { num = 3; } else { num = 4; } } else {x = 1; }
c++
if
1 Voto
11 Risposte
26th Nov 2022, 10:38 AM
Sourabh Jaiswal
public string Name { get { return name; } set { name = value; } }
properties
0 Voti
3 Risposte
12th Jul 2020, 8:00 PM
Ali Emir Altın
finally { return HTML_EPIC; }
challenges
epic
html
html5
sololearn
15 Voti
6 Risposte
22nd Mar 2017, 8:31 AM
Krishna Teja Yeluripati
The } & {
c#
0 Voti
5 Risposte
14th May 2018, 7:49 AM
Ariel
What is string
}
0 Voti
3 Risposte
21st Nov 2019, 9:40 AM
Wako Jako
a:link { text-decoration: none; }
css
4 Voti
3 Risposte
15th Nov 2018, 3:01 PM
Mahesh Kumar Gupta
var x=2, obj={ x:1, change:function(){ var x=3; } } obj.change(); alert(obj.x);
change
2 Voti
5 Risposte
24th Jun 2017, 4:17 PM
islam moheb
Using comments after }
c
c#
c++
comments
6 Voti
2 Risposte
12th Dec 2017, 3:56 AM
Nick Sh
JAVA } Error
error
java
return
statement
0 Voti
1 Risposta
23rd Apr 2019, 3:33 AM
koala 🐨
#include<stdio.h> int main(){ int i=2,j=2; while(i+1?–i:j++) printf(“%d”,i); return 0; }
basics
7 Voti
10 Risposte
22nd Mar 2018, 10:36 AM
Monaliza
for (n;n>0;n--) { cout<<n<<endl; if (n %5==0) { cout<<"beep"<<endl; } }
c++
0 Voti
2 Risposte
29th Aug 2022, 3:21 PM
Anapey Gabriel
public class Main { public static void main(String[] args) { int i = 012345; System.out.println(i); } }
java
4 Voti
6 Risposte
25th Apr 2019, 6:21 AM
Sonu Kumar
for(int x=10; x<=40; x=x+10) { if(x == 30) { continue; } System.out.println(x); }
continue
for
if
java
loop
2 Voti
3 Risposte
5th Nov 2019, 3:26 AM
Minhaj Haider
pairs = {1: "apple", "orange": [2, 3, 4], True: False, 12: "True", } print(pairs.get("orange")) print(pairs.get(7, 42))
dictionaries
print
python
1 Voto
4 Risposte
12th Apr 2021, 4:43 PM
Sandeep
$$## {ABOUT GURU BADGE } ##$$
badges
general
6 Voti
3 Risposte
10th Jun 2019, 8:11 AM
XENOTOXIN
Help me understand the output of this code #include <stdio.h> int main() { int x=2; int y=5; printf("%d",x&&y); }
c
5 Voti
15 Risposte
13th May 2021, 7:36 PM
Navin kumar
const sebuahObject = { fungsi: () => { console.log('Hai Dunia Kucing!!') } }
javascript
0 Voti
3 Risposte
15th Jun 2020, 8:36 PM
Febriantika Triarini
Documentation <img/> vs CSS { Background-image }
css
css3
html
html5
9 Voti
9 Risposte
14th Nov 2016, 9:09 AM
Adrian Gheorghe
for(int x=10; x<=40; x=x+10) { if(x == 30) { continue; } System.out.println(x); }
java
loops
0 Voti
5 Risposte
20th Aug 2017, 2:54 PM
maddila Shankar
Difference between p { } vs p *{ } ?
css
1 Voto
1 Risposta
3rd Dec 2016, 9:31 PM
Said
#include <stdio.h> int main() { int j=0; for(int i=0; i<100; i++) { j=j++; } printf("%d", j); } Output = 0
c
5 Voti
9 Risposte
7th Dec 2018, 4:37 PM
👑 Ak-king 👑
#include <stdio.h> main() { int i; for(i=0;i<5;i+=4) { i=i*i; } printf("ans %d",i); return 0; }
include<stdio.h>
main(
0 Voti
5 Risposte
11th Sep 2020, 9:44 AM
Chauhan Ashutoshkumar Harishankar
int res=0; -----(int el----arr){ res+=-----; } fill the blanks?
java
0 Voti
6 Risposte
28th Aug 2016, 6:12 AM
9030750444s
#include<stdio.h> int main() { printf("%x", -1<<1); getchar(); return 0; }
code
logic
output
7 Voti
9 Risposte
25th Dec 2018, 10:22 AM
Vinayak Irabatti
Lists[ ] and Dictionaries { }
python3
2 Voti
2 Risposte
14th Jul 2020, 3:57 PM
Gaurav Joshi
#include<iostream> #include<conio.h> #include<stdio.h> void main() { int i; char str[80]; cout<<"enter any name"; gets(str); for(i=0;str[i]!='\0';i++) {cout<<str[i]<<"\n"; } getch(); }
c++
error
0 Voti
21 Risposte
21st Jun 2016, 12:07 PM
Kshitij
public class Main { public static void main(String[] args) { int a = 'a'; System.out.print(a); } }
java
2 Voti
6 Risposte
9th Sep 2018, 7:29 AM
sapan
#include <iostream> using namespace std; int main() { for (int x=1; x<10; x++) { if (x==2){ continue; } if (x==5){ break; } cou
c++
programming
1 Voto
12 Risposte
30th Dec 2022, 3:45 PM
Alex Boso Nzaphila
>Python vs Java } Which one have a better career growth?
coding
java
programming
python
20 Voti
40 Risposte
19th Jan 2018, 11:23 AM
Pulkit sharma
For those who are going to give up programming while(life){ try(); if(dead){ break; } }
c++
java
javascript
python
2 Voti
6 Risposte
21st Aug 2017, 9:46 AM
surendra ojha
li:nth-child(1) { animation:txt1 2s ease-in-out infinite; }
code
8 Voti
6 Risposte
15th Mar 2017, 4:51 PM
Prashanth Kumar
int num = 1; while(num<=20){ if (num % 3 == 0){ cout<<num<<endl; } num+=1; }
while
0 Voti
4 Risposte
7th Aug 2022, 8:21 AM
Erkaboev Ilhom Isomjonovich
Why did Sololearn replaced public static void Main(){ } with static void Main(){ }
c#
xmal
1 Voto
2 Risposte
20th Jun 2020, 10:10 AM
Learn Big - LB
How does this work if (size >= 150 //size <=50){step =-1; } }
javascript
0 Voti
2 Risposte
6th Jan 2022, 10:26 AM
David .C.Tochukwu-uzukwu
int x = 1; while(x > 0) { System.out.println(x); if(x == 4) { break; } x++; }
break
java
loop
while
2 Voti
4 Risposte
5th Nov 2019, 3:23 AM
Minhaj Haider
int i=1,j=0,n=0; while(i<4) { for(j=1;j<=i;j++){ n+=1; } i=i+1; } system out.printIn(n);
code
fragments
-6 Voti
2 Risposte
28th Mar 2017, 5:12 PM
Arpit Gupta
{ status : "solved" } (Node.js)mongoose or mongodb?
mongodb
node.js
5 Voti
9 Risposte
3rd May 2019, 4:15 AM
Gordon
Int main(){int a; a=31&14+5*sizeof(6.4);printf("%d",a) } output=2 how?????
c
language
0 Voti
8 Risposte
9th Feb 2020, 7:10 AM
Harsh Vyas
Fill in the blanks. A { private int x; public A( val) { x = val; } }
constructors
java
0 Voti
5 Risposte
3rd Jul 2017, 10:51 AM
Walter Mugo
class Myclass { public static void main(String []args){ System.out.println.("I'm learning java"); } }
i'm
where
wrong
0 Voti
3 Risposte
16th Sep 2017, 3:51 PM
Parvinder Singh
class MyClass { public static void main(String[] args) {System.out.printIn("I am learning Java"); } }
java
0 Voti
2 Risposte
8th Nov 2019, 2:19 PM
Fiamordzi Edzenam
int result =0; for (int i = 0;i<5;i++){ if(i==3){ result+=10; }else{ result+=i; } } system.out.println(result);
array
java
0 Voti
2 Risposte
12th Apr 2018, 7:47 PM
Ahsan Designer
body { overflow: hidden; } [1 SOLUTION]
css
html
javascript
jquery
modal
overflow
4 Voti
1 Risposta
17th Oct 2018, 2:28 AM
Zeke Williams
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
...
11
Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
Pointers cpp
2 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
1 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
How to add two strings together in ts or css
1 Votes
Why can’t I use double “ in python?
0 Votes
Is pro worth the money ?
1 Votes
2 cases not correct what's the problem
1 Votes
Drawing images in java
2 Votes
Need Guidance: AI Tools for Creating an App Prototype & UI/UX Design
1 Votes