Question: Make a java program that decides something based on weather An Example: If it snows more than 3, then use 4WD. If it snows more
Make a java program that decides something based on weather
An Example: If it snows more than 3, then use 4WD. If it snows more than 6, then use 4WD and drive safely.
You should:
- ask the user to enter a value (such as how much snow)
- use multiple if statements
- use some type of loop (prompt user repeatedly until they quit)
- use at least one method
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
