Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

OBJECT ORIENTED PROGRAMMING - ( CODING JAVA) QUESTION: Write a program to calculate the transportation allowance for practical student. The eligible to claim the allowance

image text in transcribed

OBJECT ORIENTED PROGRAMMING - (CODING JAVA)

QUESTION: Write a program to calculate the transportation allowance for practical student. The eligible to claim the allowance as follows: Distance, km Rate First 25 km 0.30 26 km onwards 0.20 Your program must consist the following requirement: i. Descriptive comment : * Name : * Reg number: * Class : */ ii. A superclass name Allowance, that has 2 instance variable studentsName & distance Subclass name Motorcycle that has method name getInput() and calculate Allowance() iv. User will enter his name and the distance through getInput() method Calculate the allowance in calculate Allowance() method vi. Display the user's name and the allowance that user will get. vii. Create main class to test the program viii. Apply NumberFormatException @ InputMismatchException into your program V

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Publishing With Filemaker Pro On The Web

Authors: Maria Langer

1st Edition

0201696657, 978-0201696653

Students also viewed these Databases questions

Question

4. I can tell when team members dont mean what they say.

Answered: 1 week ago