Answered step by step
Verified Expert Solution
Question
1 Approved Answer
16. There is space provided for each line in the program below to be labeled with the appropriate letter or letters(Each letter can be used
16. There is space provided for each line in the program below to be labeled with the appropriate letter or letters(Each letter can be used one time). A) assignment statement B) condition C) comment D) function name E) output statement F) relational operator G) string literal H) variable \# CSC104 c amount = float (input ('What is your amount of purchase: ')) rate = float (input ('What is your discount rate: ')) discount = amount ( rate/100) total = amount - discount if total > 100: total = total -10 print('Your total is', total)
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