Question: 2. Write a Java program that asks when you are leaving for work and outputs an appropriate message, according to the following rules: a.

2. Write a Java program that asks when you are leaving for work and outputs an appropriate message, according to the following rules: a. If leaving before 6, "Drive." b. If leaving between 6 and 8, "Take a train." c. If leaving after 8, "Take a bus."
Step by Step Solution
There are 3 Steps involved in it
Heres a Java program that implements the described logic java import j... View full answer
Get step-by-step solutions from verified subject matter experts
