Page 1 of 1

please answer it in java

Posted: Mon Jun 06, 2022 6:47 pm
by answerhappygod
Please Answer It In Java 1
Please Answer It In Java 1 (150.38 KiB) Viewed 22 times
please answer it in java
Define a class called Mobike with the following description: Instance variables/data members: String bno to store the bike's number(UP65AB1234) String name - to store the name of the customer int days - to store the number of days the bike is taken on rent to calculate and store the rental charge - int charge Member methods: void input() - to input and store the detail of the customer. void compute() - to compute the rental chargeThe rent for a mobike is charged on the following basis. || First five days Rs 500 per day; Next five days Rs 400 per day Rest of the days Rs 200 per day void display () - to display the details in the following format: Bike No. Name No. of days Charge