define a class taximeter having the following description programming
Answers
Answered by
0
Explanation:
Define a class taximeter having the following description: Data members/instance variables. int taxino - to store taxi number. String name - to store passenger's name. ... taximeter() -- constructor to initialize taxino to 0, name to “ ”and b to 0. input() - to store taxino,name,km.
Similar questions