Computer Science, asked by lalu6026, 1 year ago

Q 41 What is the syntax of the if statement ?

Answers

Answered by kushal11146
0
Here Is Your Answer--------
if(Condition)
{
Statement1;
}
Similar questions