
Programming Quizz Y10
Quiz by Paloma Pérez Trejo Huitrón
Tag the questions with any skills you have. Your dashboard will track each student's mastery of each skill.
What is the code with any errors
In the if statement the output appears only if the operation is correct
Is one of the functions of Java Math
What does Math max do?
What is the condition that allow us to compare if 20<45
The output will show if we set 56>78
int is a variable to type:
We use boolean to type a single character
This three variables are for text
What do we use to type comments in Java
A block of code that is only runs when its called
float is a variable for decimal numbers
Else if statement is for:
Functions are not important
Why functions are important
What is the syntax is used in JAVA for printing
What we can do if the condition of a code is fake ?
How can we calculate the amount of characters a letter has?
Function to change letters from lower case to uppercase
What does Math.min() do?