Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Problem Description: You will write a program for a computer building shop. The shop wants to let the user choose parts from a menu for
Problem Description:
You will write a program for a computer building shop. The shop wants to let the user choose parts from a menu for their custom computer. The progarm will also ask the user how much money they want to spend. Once they have selected the parts the program will indicate how much the computer will cost and will print out whether the user can afford their selected computer.
Each computer must have the following components:
Motherboard
Power Supply
Keyboard and Mouse comes as a set
SSD Drive
Monitor
The options are:
Keyboard A $
Keyboard B $
Motherboard A $
Power Supply A $
Power Supply B $
SSD Drive $
SSD Drive TB $
Monitor A $
Monitor B $
Input:
Enter how much money you want to spend
Select Keyboard A or B
Select Power Supply A or B
Select TB or TB SSD
Select monitor or
Output:
Your computer costs XXXX and your budget is XXXX
You cancannot afford this computer
Using the information contained in the Lecture video, write the pseudocode that implements the program.
Write down the logic for this program.
Create the Python code to implement this design.
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