|
DSGN53871
WEB DESIGN 1
If Statements
if-else statement
if (condition ){
//Statement(s)to be executed if
//condition is true.
}else {
//(Optional)Statement(s)to be
//executed if condition is false.
<< Back Interactive Multimedia ~ School of Applied Engineering and Computing Sciences ~ Sheridan |