Skip to content

A SnowFallReport program build with Java on jGRAPS. The program act like a weather app where you can choose whatever country you want, put the number of snow, calculate it in feet, and print the city that has more snow.

Notifications You must be signed in to change notification settings

mrcllou/SnowFallReport

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 

Repository files navigation

SnowFallReport

Snowfall Report ❅
In this program, the user will insert the names of two cities,
and ask the user the number of days of snow, and
How many inches of snow on each day.
At the end, it will print the number inch of snow and the city that has
more snow.

πŸ›  Using:

  • Scanner Console
  • For loops
  • if - else if - else statement
  • Basic arithmetic calculations like
 long ft1 = Math.round(s1 / 12.0);
  • Calculating snowfall in feet

πŸ“– This is a homework:

/!\ This is a Java program I wrote for a class assignment. /!\

xoxo.

About

A SnowFallReport program build with Java on jGRAPS. The program act like a weather app where you can choose whatever country you want, put the number of snow, calculate it in feet, and print the city that has more snow.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages