Question
Directions: Using best practices in programming, design and develop a project based on the following requirements using C and Repl.it : 1. Upon running the
Directions: Using best practices in programming, design and develop a project based on the following requirements using C and Repl.it:
1. Upon running the program, it should ask for a username and password. If the persons user name is Richard and password is car2020 the system should grant access.
2. Next, it should ask them what car they are looking for. Since it is a toyota auction the user could only choose from corolla and camry
3. For corolla, set the starting bid is at 10000 and for camry at 12500.
4. Then, let the user bid on the car they have selected. If the users bidded value is less than what the starting bid is, do not sell the car.
5. Notify them and ask the user if they want to bid again.
6. Repeat steps 4-6 until the offered price is more than or equal to 13000 for corolla and 15000 for camry. If so, add the tax at 7% and sell the car.
Purpose: To demo the knowledge and use of loops and conditional statements. To think and select the proper loop to accomplish different tasks. Throughout the program, pay attention to variable definitions, data types, initializations, and all other good programming practices.
What to Submit?
A document written in word and converted into PDF containing the code in C to produce the expected output and
Three test screenshots of the output using Repl.it
How would you improve your project if given the opportunity?
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started