Skip to content

sandu2002/if

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

void main() {

//program data

String month = "Feb"; bool isMonthValid = true; String season = "";

if(month=="Jan" || month == "Feb" || month == "March"){ season = "Spring"; } if(month=="JApr" || month == "Jun" || month == "July"){ season = "Summer"; } if(month=="Aug" || month == "Sep" || month == "Oct"){ season = "Autumn"; } if(month=="Nov" || month == "Dec"){ season = "Winter"; }

print(season);

}

About

weather

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published