Q 41 What is the syntax of the if statement ?
Answers
Answered by
0
Here Is Your Answer--------
if(Condition)
{
Statement1;
}
if(Condition)
{
Statement1;
}
Similar questions