Question: Develop a program with the following features: 1) Declare a string uname. 2) Display What is the name of your school? 3) Get input from
Develop a program with the following features: 1) Declare a string uname. 2) Display "What is the name of your school?" 3) Get input from the user and store the input into uname. 4) Display "You are from xxxx(the school name). Thank you." The following items won't tell you explicitly what kind of variable to declare or so. It only tells you what the program needs to do. You try to figure out what you have to do to make it work. 5) Ask the user "What is the price?" and get the answer from the user. 6) Add 7% as tax and $10 as the ship and handling fee. Calculate the total. 7) Display "The tax is $xxxx. The ship and handling is $xxxx. The total is $xxxx
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
