0 of 7 Questions completed
Questions:
You have already completed the quiz before. Hence you can not start it again.
Quiz is loading…
You must sign in or sign up to start the quiz.
You must first complete the following:
0 of 7 Questions answered correctly
Your time:
Time has elapsed
You have reached 0 of 0 point(s), (0)
Earned Point(s): 0 of 0, (0)
0 Essay(s) Pending (Possible Point(s): 0)
1) What will happen with the following block?

2) What will happen with the following block?

3) What will happen with the following block?

4) What are conditional statement?
5) What will be the output of the following block?

6) We want to make an application where if the age is greater than 18 then the character will say “You can vote”. The current value of age is 20.
A)

B)

C)

D)

7) We want to make an application such that when the variable score is greater than 18 the character should say “You won!”. Do you think the following program is correct? Say yes or no.

