
Java - Programming Gio
Quiz by Giovanna Monserrat Soriano Juárez
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is a variable?
Is a variable to store information.
Is a variable to store integer numbers.
Is a variable to store numbers with decimals.
Is a variable to store single characters "A", ":".
Is a variable to store true or false.
This tool lets you to compute the highest between two numbers.
What is a condition?
If you want to avoid the execution of a line of code without erasing it, you need to comment that line.
What is else statement ?
What are the java conditional statements?
In JAVA, the computer ignores the coments?
JAVA comments are written with an #?
Imagine that we want to know the highest between 80 and 110, what is the SYNTAX ?
Type the line of code to print a message.
This code it is correct?
What is the correct optionÂ
This tool lets you to calculate the square root of a number.
what is the syntax to obtain a random number between 0 and 100?
We can´t use condition to take desitions in Java?