Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Lv 1122 points
Nia L
Favorite Answers0%
Answers1
Java Programming - design a program that will prompt for time in 24 hr and display in 12 hr - using while loop?
Using the While Construct:
Design a program that will prompt for and receive the time expressed in 24-hour (2400) format (e.g. 2305 hours), convert it to 12-hour (e.g. 11:05pm) and display the new time on screen. The program is to repeat the processing until a sentinel time if 9999 is entered. (Used Integer division and modulus).
6 AnswersProgramming & Design1 decade ago