0
Help me
https://sololearn.com/coach/447/?ref=app Example of Encapsulation challenge. C++ 52.2 How can I output 'Too much' if the horsepower over 800?
2 ответов
+ 3
Answer is in your question itself.
Try reading it like this :-
IF the *horsepower* > 800 then print "too much"
+ 2
I got it! THANK YOU VERY MUCH!X