1.

Write the syntax of the if else statement?

Answer»

if (expression)

{

statements if true

} else

{

statements if false

}



Discussion

No Comment Found