if statement
If the condition is true the if statements are executed otherwise the next statement will execute.
Syntax
Flow chart
Example
Example Program:- (Editor)
Editor is Loading...
Advertisement
Tags:
if statement in javascript allinworld99, if statement in java allinworld99, if statement in c, if statement in cpp, if flow chart in allinworld99,
Syntax
if(condition)
{
Statements;
}
Flow chart
Example
if(10<50)
{
alert("Executed");
}
Example Program:- (Editor)
Editor is Loading...
Advertisement
Tags:
if statement in javascript allinworld99, if statement in java allinworld99, if statement in c, if statement in cpp, if flow chart in allinworld99,
Nhận xét
Đăng nhận xét