İf a person who coding in java must define to computer what want doing to computer for the some conditionals.
Blocks:
İf: İf blocks are used for statements if it the condition is true if block is run on the java compiler.
else: İf "if" block is not true ,"else" block is run on the java compiler,
else if:"Else" if is used for other diffrent conditionals than based if.
Comments
Post a Comment