Page 1 of 1

Write a class named Aircraft that has the following member variables: In addition, the class should have the following m

Posted: Mon May 09, 2022 6:00 am
by answerhappygod
Write a class named Aircraft that has the following
member variables:
In addition, the class should have the following member
functions.
Demonstrate the class in a program that creates an Aircraft
object and then calls the accelerate function five times. After
each call to the accelerate function, get the current speed of the
aircraft and display it. Then, call the brake function five times.
After each call to the brake function, get the current speed of the
aircraft and display it.