Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Project title: Auto Auction IMPORTANT: CREATE THE PROGRAMUSING THE PROGRAMING LANGUAGE C Directions: Using best practices in programming, design and develop a project based on
Project title: Auto Auction IMPORTANT: CREATE THE PROGRAMUSING THE PROGRAMING LANGUAGE C Directions: Using best practices in programming, design and develop a project based on the following requirements: 1. Upon running the program, it should ask for a username and password. If the person's 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 user's 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 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 to produce the expected output and Three test screenshots of the output
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