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
public class Animal { void bark() { System.out.println("Woof-Woof");
classes
java
void
0 Voti
8 Risposte
13th Mar 2017, 12:24 PM
DAHMANI MOHAMED ELAMINE
#include <stdio.h> // Now define main function int main() { int i,j; for(i=1;i<=9;i++) { for(j=1;j<=9;j++) {
c
c++
javascript
python
ruby
-2 Voti
15 Risposte
15th May 2021, 6:24 PM
Vrushabh
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 output "Rex barks." class Dog { constructor(name) { .name = name; } bark() { console.
"rex
barks."
blanks
class
dog
fill
in
output
the
to
-2 Voti
7 Risposte
3rd Sep 2019, 6:54 PM
stefaan verhelst
; and {
forgetting
stupid
syntax
1 Voto
4 Risposte
7th Jul 2022, 8:07 PM
Gema
#include <stdio.h> int main() { int a[5]={1,2,3,5,8}; int first,second =0; for(int i=0;i<=4;i++) { if (a[i]>first ) {
array
3 Voti
5 Risposte
14th Jul 2018, 5:07 AM
IShiva SHreya
import java.util.Scanner; public class Program { public static void main(String[] args) { System.out.println("enter y
java
-4 Voti
18 Risposte
12th Jan 2022, 7:42 PM
ABHISHEK MANE
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
#include<stdio.h> int main() { int i,j,k; for(i=1;i<=3;i++) { k = i; for(j=1;j<=i;j++) { printf("%d ", k
c
0 Voti
3 Risposte
2nd Aug 2021, 8:38 AM
Husnain Ansari
int sum,temp,x,r,count=0; for(x=100;x<=200;x++) { temp=x; sum=0; while(x>0) { r=x%10; sum=sum+(r*r*r); x
help
0 Voti
5 Risposte
17th Nov 2020, 5:18 PM
Muskan Lodhi
Class A {
vector
1 Voto
1 Risposta
30th Apr 2018, 6:07 AM
Karan Rawat
function main() { var x = parseInt(readLine(), 10);}
javascript
0 Voti
3 Risposte
31st Dec 2020, 6:45 AM
Atul [Inactive]
j,k = { 'w' : 'work' , 'k' : ' kite'}
..
-2 Voti
14 Risposte
17th May 2022, 3:50 PM
Subhash Devda
The } & {
c#
0 Voti
5 Risposte
14th May 2018, 7:49 AM
Ariel
What is the output of this code? int result = 0; for (int i = 0; i < 5; i++) { if (i == 3) { result += 10; } else {
arrays
java
6 Voti
30 Risposte
29th Jun 2017, 6:46 AM
Walter Mugo
What is try {
java
variables
0 Voti
5 Risposte
25th May 2018, 8:31 PM
Juma Abvgdrahmanov
a:link { text-decoration: none; }
css
4 Voti
3 Risposte
15th Nov 2018, 3:01 PM
Mahesh Kumar Gupta
#include <stdio.h> #include <conio.h> void main() { clrscr(); int A, B, C; A=5; if(A>5) { }printf ("\n A is greater than
ok
-5 Voti
40 Risposte
24th Nov 2020, 12:36 PM
sumit dubey
class leapyear { public static void main (String args[]] { int year=2016; if(year%4==0) { System.out.println(โThe given year is
java
0 Voti
4 Risposte
8th Jan 2025, 10:31 AM
Prem Sharma
#include <stdio.h> int main() { int n; for(n=7;n!=0;n--) { printf ("n = %d",n--);} getchar(); return 0; }
c
loops
-2 Voti
5 Risposte
11th Jan 2019, 3:05 PM
Devasheesh
Class A { A() { cout<<"a";} } ;
c++
constructors
0 Voti
1 Risposta
4th Jul 2017, 5:25 AM
Kushagra Agarwal
include <stdio.h> int main() { unsigned int i; int count=0; for (i=0;i<10;i--) { count++; } printf("%d ",count); return
c?
in
-1 Voto
23 Risposte
7th Feb 2021, 3:48 AM
Ankit Kumar
import java.util.Scanner; public class Interest { @SuppressWarnings("resource") public static void main(String[] args) { Sc
programming
-3 Voti
13 Risposte
30th Nov 2020, 6:57 AM
Tiamiyu Toheeb
public class Program { public static void main(String[] args) { } { int a = 1; while (a<=5)
tes
1 Voto
4 Risposte
18th Oct 2017, 12:04 PM
Agni Rosadi
#include <iostream> using namespace std; int main() { int x=5 , y=6; if (++x>4 ||++y<8) { cout <<x<<y<<endl;
c++
3 Voti
6 Risposte
16th Aug 2018, 11:46 AM
Jakhongir
public static void main(String args[]) Runnable() { public void run() { new RegisterMenu().setVisible (true);
java
2 Voti
5 Risposte
1st May 2023, 6:21 PM
Yahya Rafli hidayah
function menorMayor (numero) {
javascript
-1 Voto
1 Risposta
26th Mar 2021, 3:20 PM
Josรฉ Miguel Landero Torres
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
{ Help }Laplace transform implementation
c
4 Voti
3 Risposte
21st Apr 2017, 12:24 PM
Suhail Pappu
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
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
include <stdio.h> int main() { char i=0; switch(i) { case '0': printf ("c"); break;
hh
0 Voti
9 Risposte
7th Jan 2021, 8:50 AM
Ankit Kumar
Int x=3; switch(x) { case1: { x+=x;} case3: {x+=x;} case5:{x+=x;} default: {x+=5;} } cout x
shridhar
2 Voti
12 Risposte
6th Feb 2018, 7:19 PM
Shridhar Rai
public class Program { public static void main(String[] args) { int day = 5; switch(day) { case
tell
0 Voti
3 Risposte
9th Aug 2017, 11:00 AM
Ramsha Iqbal
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
JavaScript { and }???
css
0 Voti
3 Risposte
9th Mar 2017, 12:22 PM
sovietcat
using System; namespace Project { class MyClass { public static void Main(string[] args) { int age; string name;
c#
error
0 Voti
1 Risposta
5th Oct 2021, 10:16 AM
omitogun toni
public class Program { public static void main(String[] args) { int[ ][ ] sample = { {1, 2, 3}, {4, 5, 6} };
diy
0 Voti
6 Risposte
16th Jul 2020, 10:26 AM
Saurav Menon
int n=10; int i=0; while(i<3) { if(i==3) { continue;} n=n*i; } System.out.println(n);
java
0 Voti
2 Risposte
7th Oct 2020, 5:39 PM
Ajit Patel
Documentation <img/> vs CSS { Background-image }
css
css3
html
html5
9 Voti
9 Risposte
14th Nov 2016, 9:09 AM
Adrian Gheorghe
const sebuahObject = { fungsi: () => { console.log('Hai Dunia Kucing!!') } }
javascript
0 Voti
3 Risposte
15th Jun 2020, 8:36 PM
Febriantika Triarini
#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 ๐
public class Program { public static void main(String[] args) { int x=8, y=2; System.out.println(y%x);
q
2 Voti
3 Risposte
30th Dec 2019, 4:32 PM
BAYODE BLESSING AKINBOLA
import java.util.Scanner; public class Program { public static void main(String[] args) { Scanner scanner = new Scanner
calculator
loan
-1 Voto
4 Risposte
19th Jan 2021, 5:33 AM
Samriddhi sinha
public class Program { public static void main(String[] args) { for(int x=2; x< 10; x=x*x) { System.out.
java
loops
0 Voti
2 Risposte
19th Mar 2017, 6:50 AM
naveen roshan
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
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
2
...
14
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