subject

Write a class named car that has the following data attributes: __year_model (the car’s year model) __make (the make of the car) __speed (the car’s current speed) the car class should have an __init__ method that accept the car’s year model and make as arguments. these values should be assigned to the object’s __year_model and __make data attributes. it should also assign 0 to the __speed data attribute. the class should also have the following methods: accelerate - the accelerate method should add 5 to the speed data attribute each time it is called. brake - the brake method should subtract 5 from the speed data attribute each time it is called. get_speed - the get_speed method should return the current speed.

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 00:10
Write a function so that the main0 code below can be replaced by the simpler code that calls function mphandminutes tomiles0. original main0 int main) l double milesperhour-70.0; double minutestraveled = 100.0; double hourstraveled; double milestraveled; hourstraveled = minutestraveled / 60.0; milestraveled = hourstraveled * milesperhour; cout < "miles" 2 using namespace std; 4 /* your solution goes here/ 6 int maino 1 test passed 7 double milesperhour 70.0 all tests passed 8 double minutestraveled 100.0; 10 cout < < "miles: " < < mphandminutestomiles(milesper-hour, minutestraveled) < < endl; 12 return 0; 13
Answers: 1
question
Computers and Technology, 23.06.2019 14:30
Select the correct answer. what does it indicate when a website displays https instead of http? a. the website is secure. b. there is no secure sockets layer. c. the secure sockets layer is hidden. d. the website is not secure.
Answers: 1
question
Computers and Technology, 24.06.2019 01:00
What shows the web address of the page that is currently displayed in the workspace? status window toolbar location bar internet box
Answers: 1
question
Computers and Technology, 24.06.2019 06:30
Me and category do i put them in because this is science
Answers: 1
You know the right answer?
Write a class named car that has the following data attributes: __year_model (the car’s year model)...
Questions
Questions on the website: 13722367