Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

please just raptor flowchart ( NO PSEUDO CODE) : Design a class named carthat has the following fields: - yearModel: the yearModel field is an

please just raptor flowchart ( NO PSEUDO CODE) :

Design a class named carthat has the following fields:

- yearModel: the yearModel field is an integer that holds the car's year model.

- make: the make field references 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 arguments. These values should be assigned to the object's yearModel and 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 yearModel, 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.

Next, design a program that creates a Car object, and then calls the accelerate method five times. After each call to the accelerate method, get the current speed of the car and display it. Then call the brake method five times. After each call to the brake method, get the current speed of the car and display it.

( direction: Create a Raptor file using the Object-Oriented mode to solve this question Using the UML tab, create a Car class containing the 3 given fields, a constructor, three accessor (getter) methods, plus the accelerate and brake methods. Complete the Car class with procedures on each of the tabs behind the Car tab. On the main tab, input the yearModel and the make value from the user and create a Car object setting those two values and a zero value for the speed. The speed value should be kept between zero to 25 within the accelerate and brake methods. Use two loops, each with five iterations, to accelerate and then brake the car, displaying the speed on each iteration. Format out in complete sentences.)

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Machine Learning And Knowledge Discovery In Databases European Conference Ecml Pkdd 2018 Dublin Ireland September 10 14 2018 Proceedings Part 1 Lnai 11051

Authors: Michele Berlingerio ,Francesco Bonchi ,Thomas Gartner ,Neil Hurley ,Georgiana Ifrim

1st Edition

3030109240, 978-3030109240

More Books

Students also viewed these Databases questions

Question

Who is the target audience (or audiences)?

Answered: 1 week ago

Question

=+ d. a professor deciding how much to prepare for class

Answered: 1 week ago