Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. Contoso travel needs a program to calculate how many miles employees have driven. The program will get the following input from the user, vehicle
3. Contoso travel needs a program to calculate how many miles employees have driven. The program will get the following input from the user, vehicle speed and number of driving hours. The program will calculate and display the hour and miles driven each hour. You must use a loop in this program Distance = speed time 4. Contoso Payroll Contoso is thinking of trying out a new payroll strategy for its temporary employees. The strategy is to pay one penny the first day, two pennies the second day, and keep doubling the pennies every day. Create a program that will get as input number of days in which to calculate pay and then displays the day and the pennies paid for each day. Also display a total pay. You must use a loop. For example Total pay is .15 - I NEED AN IPO LIST FOR BOTH QUESTIONS
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