Computer Science Please provide UML diagram and Java code Directions This exercise requires designing a program which solves the problem described in the problem statement below. Provide comments in your pseudo-code and Java program as necessary. Your solution must include these components: UML Class diagram Flowchart (Optional) Pseudo-code (Optional) Program Coded Program Output Problem Statement Design a class named Car that has the following fields: year: The year field is an integer that holds the car’s year. make: the make field is a String that holds the make of the car. speed: the speed field is an integer that holds the car’s current speed. In addition, the class should have the following constructor and other methods: Constructor: The constructor should accept the car’s year >model and make as parameters. These values should be assigned to the object’s yearand make fields. The constructor should also assign 0 to the speed field. Accessors: design appropriate accessor methods to get the values stored in an object’s year, make, and speed fields. accelerate: the accelerate method should add 5 to the speed field each time it is called. brake: the brake method should subtract 5 from the speed field each time it is called. Expected Output The car year is 2018 The car make is Kia Soul. I’m starting my car… Accelerating to 5 miles per hour… Accelerating to 10 miles per hour… Accelerating to 15 miles per hour… Accelerating to 20 miles per hour… Accelerating to 25 miles per hour… The car speed after 5 accelerations is 25. Slowing to 20 miles per hour… Slowing to 15 miles per hour… Slowing to 10 miles per hour… Slowing to 5 miles per hour… Slowing to 0 miles per hour…The car speed after 5 decelerations is 0 I'm parking my car.

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
Computer Science Please provide UML diagram and Java code Directions This exercise requires designing a program which solves the problem described in the problem statement below. Provide comments in your pseudo-code and Java program as necessary. Your solution must include these components: UML Class diagram Flowchart  (Optional) Pseudo-code (Optional) Program Coded Program Output Problem Statement Design a class named Car that has the following fields: year: The year field is an integer that holds the car’s year. make: the make field is a String that holds the make of the car. speed: the speed field is an integer that holds the car’s current speed. In addition, the class should have the following constructor and other methods: Constructor: The constructor should accept the car’s year >model and make as parameters. These values should be assigned to the object’s yearand make fields. The constructor should also assign 0 to the speed field. Accessors: design appropriate accessor methods to get the values stored in an object’s year, make, and speed fields. accelerate: the accelerate method should add 5 to the speed field each time it is called. brake: the brake method should subtract 5 from the speed field each time it is called. Expected Output The car year is 2018 The car make is Kia Soul. I’m starting my car… Accelerating to 5 miles per hour… Accelerating to 10 miles per hour… Accelerating to 15 miles per hour… Accelerating to 20 miles per hour… Accelerating to 25 miles per hour… The car speed after 5 accelerations is 25. Slowing to 20 miles per hour… Slowing to 15 miles per hour… Slowing to 10 miles per hour… Slowing to 5 miles per hour… Slowing to 0 miles per hour…The car speed after 5 decelerations is  0 I'm parking my car.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 2 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