Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Car Rental - Programming Language is in C _________________________________________________________________________________________________ In this assignment, take the user input, followed by an option tax, and then print out

Car Rental - Programming Language is in C

_________________________________________________________________________________________________

In this assignment, take the user input, followed by an option tax, and then print out the amount they will need to pay in words. Make sure you use a while loop so that the program only exits through the comand line using *control d* (depending on your computer settings)

_________________________________________________________________________________________________

Please make sure your program meets these conditions:::

TYPES ( S for student, T for teacher, and E for employee)

For student, they only pay a 9% tax on the car

For Teacher / Faculty Worker, they will pay 10% on the first $1000, followed by 20% on any additional amount over $1000.

Lastly, for an employee type, they will only pay 8%, plus a one time $100 fee add on.

If user enters an amount less than 0, exit program.

If user enters a letter type that is not S, T, or E, exit program.

Program will run using a while loop

_________________________________________________________________________________________________

*This Program Will Use The Following*

-Methods for each function(Such as Main method, Type Method, Amount Conversion Method, etc)

-While Loop For taking inputs

-If / Else Statements

-Switch Statemnts

-Arrays

***SEE EXAMPLES***

image text in transcribed

Example 1: *Car Program* Enter Amount 12345.87 Type: S Answer: one thousand one hundred eleven dollars and twelve cents *Car Program* Enter Amount: 54321.12 Type: T Answer: ten thousand eight hundred forty four dollars and twenty two cents *Car Program* Enter Amount 20123.99 Type: E Answer: one thousand nine dollars and ninety one cents kcontrol D to exit Example 2: car Programk Enter Amount: 12345.87 Type: S Answer: one thousand one hundred eleven dollars and twelve cents *Car Program* Enter Amount-1 Please enter a number greater than 0. Try running again. Example 3: *Car Programk Enter Amount: 12345.87 Type: S Answer:one thousandone hundredeleven dollars and twelvecents kcar Programk Enter Amount: 20123.99 Type: X Wrong type was entered. Try running again

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

Graph Database Modeling With Neo4j

Authors: Ajit Singh

2nd Edition

B0BDWT2XLR, 979-8351798783

More Books

Students also viewed these Databases questions