Program of If Else Statement
The if statement is used to execute a single statement or a group of statements when thw condition is true, it does nothing if the condition is falseSyntax
if(condition){
statement-block;
}
else
{
statement-block;
}
If u see have any prblm then contact me
1 Comments
Good
ReplyDelete