Question: 1 . Get a number from the user and assign it to a variable called user _ number. a . Multiply the user number by
Get a number from the user and assign it to a variable called usernumber.
a Multiply the user number by and store it in a variable called doubleusernumber.
b Divide the user number by and store it in a variable called halfusernumber.
c Add to the user number and store it in newnumber.
Show all the Write a program that asks the user how many frisbees they would like to buy, and then prints out the total cost. You should declare a constant at the top of your program called COSTOFFRISBEE and set it equal to $ Remember, constants should be formatted with all capital letters.
Be sure to include comments that describe the program's behavior which is how the program functions and how the user interacts with it
Input:
How many frisbees do you like to buy?
Output:
The total cost of frisbees: $
variables frisbees, COSTOFFRISBEE, totalcost
# Write your code below this line
COSTOFFRISBEE
results along a descriptive text to the
For example, if user enters print
Double the usernumber:
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
