Q?UZPOP

1.Which of the follolwing will repeatedly prints out a condition stops being true.

for loop while loop

2.What is the purpose of this (%) operator.

Gives the sum Gives the remainde

3.What is the syntax of if statement

if(condition){What to do if condition is true} else if (condition){what to do if condition is true}

4.Which of this will declare a variable.

let while

5.Which of the follolwing is a data type.

loop String

your score