Questions Uploads

automotive services

Output a menu of automotive services and the corresponding cost of each service. (2 pts) 

Ex:

Davy's auto shop services
Oil change -- $35
Tire rotation -- $19
Car wash -- $7
Car wax -- $12

(2) Prompt the user for two services from the menu. (2 pts) 

Ex:

Select first service: Oil change

Select second service: Car wax

(3) Output an invoice for the services selected. Output the cost for each service and the total cost. (3 pts) 

Davy's auto shop invoice

Service 1: Oil change, $35
Service 2: Car wax, $12

Total: $47

(4) Extend the program to allow the user to enter a dash (-), which indicates no service. (3 pts) 

Ex:

Select first service: Tire rotation

Select second service: -


Davy's auto shop invoice

Service 1: Tire rotation, $19
Service 2: No service

Total: $19

Top Answer

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

waterfall method in software development lifestyle

How does agile development compare to the waterfall method in software development lifestyle?

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

LAB ACTIVITY* 6

LAB ACTIVITY* 6. Warm up : Parsing strings ( Python 3) main . py # TYPE Your code here while ( True ) :` inp_ str = input ( ‘ Enter input string :…

Screenshot 2019-02-10 at 17.41.53.png
Screenshot 2019-02-10 at 17.41.23.png

I do not understand why when I enter the str(‘q’), the program keeps going.

  • Attachment 1
  • Attachment 2
 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"

Zybooks for CS 200 for SNHU

In re: to Zybooks for CS 200 for SNHU, I’m having an issue with the 6.6: Warm up: Parsing strings (Python 3)

I’m getting an EOF Error for line 2

inp_str = input(‘Enter input string:n’)

and in my output it doesn’t display the user input ie Washington, DC

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"