/3

Mathematic Quiz

Math quiz helps us to increase our knowledge

1 / 3

5*40

2 / 3

10+20

3 / 3

150/3

Your score is

0%

Java Quiz

1 / 1

Question: What will be the output of the following Java code?

public class Test {
public static void main(String[] args) {
int x = 5;
int y = 10;
x = x + y - (y = x);
System.out.println(x + " " + y);
}
}

Your score is

The average score is 50%

0%