This tests the Time class, which is used to store a time of day and output it. It also stores the current time of day. WRITE CODE TO PRODUCE THE OUTPUT SHOWN BELOW Please include sample output import java.util.Scanner; class Main {   public static void main(String args[])   {     Scanner scan = new Scanner(System.in);     String timeString;     int numMeetings;          System.out.print("What time is it now? ");     timeString = scan.nextLine();     Time.setCurTime(timeString);     System.out.print("Current time: ");     Time.showCurTime();     System.out.println();     System.out.print("How many meetings do/did you have today? ");     numMeetings = scan.nextInt();     scan.nextLine(); // dispose of newline character // allocate array of Time references // input meeting times for each meeting in a loop and  // instantiate a Time object in the array, for each meeting    // Output the times for the meetings that are later today    // Determine which is the last meeting of the day,    // and output it if it is later today.    // Or tell the user they have no more meetings today  } } /* Sample Output: What time is it now? 15:45 Current time: 15:45 How many meetings do/did you have today? 5 What time is meeting #1? 16:00 What time is meeting #2? 16:50 What time is meeting #3? 9:00 What time is meeting #4? 10:00 What time is meeting #5? 15:00 Here are the times for your meetings that are later today: 16:00 16:50 Your last meeting of the day is at 16:50 What time is it now? 20:00 Current time: 20:00 How many meetings do/did you have today? 3 What time is meeting #1? 9:00 What time is meeting #2? 10:00 What time is meeting #3? 11:00 Here are the times for your meetings that are later today: You have no more meetings today! What time is it now? 8:00 Current time: 08:00 How many meetings do/did you have today? 4 What time is meeting #1? 17:00 What time is meeting #2? 15:00 What time is meeting #3? 13:00 What time is meeting #4? 11:00 Here are the times for your meetings that are later today: 17:00 15:00 13:00 11:00 Your last meeting of the day is at 17:00 */

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question

This tests the Time class, which is used to store a time of day and output it. It also stores the current time of day.

WRITE CODE TO PRODUCE THE OUTPUT SHOWN BELOW

Please include sample output

import java.util.Scanner;

class Main
{
  public static void main(String args[])
  {
    Scanner scan = new Scanner(System.in);
    String timeString;
    int numMeetings;
    
    System.out.print("What time is it now? ");
    timeString = scan.nextLine();
    Time.setCurTime(timeString);

    System.out.print("Current time: ");
    Time.showCurTime();
    System.out.println();

    System.out.print("How many meetings do/did you have today? ");
    numMeetings = scan.nextInt();
    scan.nextLine(); // dispose of newline character

// allocate array of Time references

// input meeting times for each meeting in a loop and
 // instantiate a Time object in the array, for each meeting
   // Output the times for the meetings that are later today
   // Determine which is the last meeting of the day,
   // and output it if it is later today.
   // Or tell the user they have no more meetings today

 }
}

/* Sample Output:

What time is it now? 15:45
Current time: 15:45
How many meetings do/did you have today? 5
What time is meeting #1? 16:00
What time is meeting #2? 16:50
What time is meeting #3? 9:00
What time is meeting #4? 10:00
What time is meeting #5? 15:00
Here are the times for your meetings that are later today:
16:00
16:50
Your last meeting of the day is at 16:50


What time is it now? 20:00
Current time: 20:00
How many meetings do/did you have today? 3
What time is meeting #1? 9:00
What time is meeting #2? 10:00
What time is meeting #3? 11:00
Here are the times for your meetings that are later today:
You have no more meetings today!


What time is it now? 8:00
Current time: 08:00
How many meetings do/did you have today? 4
What time is meeting #1? 17:00
What time is meeting #2? 15:00
What time is meeting #3? 13:00
What time is meeting #4? 11:00
Here are the times for your meetings that are later today:
17:00
15:00
13:00
11:00
Your last meeting of the day is at 17:00

*/

 
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY