Syntax
if(condition) { Statements; } else { Statements; }
Flow Chart:
Example:
if(10<5) { alert("5 is big"); } else { alert("10 is big"); }
Example Program:- (Editor)
Editor is Loading...
Advertisement
Tags:
if else inwards allinworld99, allinworld99 to solve if else condition
Tidak ada komentar:
Posting Komentar