Java
Coding Knowledge
Loops/Conditionals
Miscellaneous
100

Is there an error?

int y = 10;

y = "15";

100

What is the format for variables

100

What is a loop and what is a conditional

100

What college do I go to?

200

What is java besides a programming language?

200

What is a compiler?

200

int x = 10;

While(x > 0){

      System.out.println(x);

      x = x - 1;

}

200

What is my major?

300

int x = 12;

int y = 17;

int z = 10;

System.out.println((x+y*10)/2));


300

What is the difference between a class and a method

300

int x = 10;

int y = 5;

if(x == 7 || y == 5){

System.out.println("Here");}

else{

System.out.println("There");}




300

What is RGB?

400

Is Java a high, medium, or low level programming language?

400

What does GPU stand for

400

boolean a = true;

boolean b = false;

if(a && b){

System.out.println("Correct");}

400

Who was RBG?

500

String x = "17";

int y = 21;

System.out.println(y/Integer.parseInt(x));

500

Which of these is not a programming language: python, c++, c#, OR a*

500

String izzy = "best";

while(izzy.equals("best")){

System.out.println(izzy);

}

500

What is this 1001 binary number in base 10

M
e
n
u