Skip to content

Use if to specify a block of code to be executed, if a specified condition is true Use else to specify a block of code to be executed, if the same condition is false Use else if to specify a new condition to test, if the first condition is false

Notifications You must be signed in to change notification settings

Shayankhatri23/Assignment-07-09-11-USER-INPUT-CONDITIONAL-STATEMENT-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Assignment-07-09-11-USER-INPUT-CONDITIONAL-STATEMENT-

About

Use if to specify a block of code to be executed, if a specified condition is true Use else to specify a block of code to be executed, if the same condition is false Use else if to specify a new condition to test, if the first condition is false

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages