Question: Write a program that declares the following: A String variable named name . An int variable named age A double variable named annual Pay
Write a program that declares the following: A String variable named name . An int variable named age A double variable named annual Pay Store your name, age, and desired income as literals in these variables. The program should then display the values of name, age and annual pay in a user friendly way. 1. What problems did you encounter while you were working on this piece? How did you solve them? 2. What resources did you use while working on this piece? Which ones were especially helpful? Which ones would you use again? 3. As you look at this piece, what's one thing that you would like to try to improve upon?
Step by Step Solution
There are 3 Steps involved in it
Python program that declares and displays the values of the specified variables python Declare varia... View full answer
Get step-by-step solutions from verified subject matter experts
