Question
Suppose an employee gets paid every two weeks and earn $1700.00 each pay period. In a year the employee gets paid 26 times. Write a
Suppose an employee gets paid every two weeks and earn $1700.00 each pay period. In a year the employee gets paid 26 times. Write a program that defines the following variables:
payAmount : This variable will hold the amount of pay the employee earns each pay period. Initialize the variable with 1700.00.
payPeriods: This variable will hold the number of pay periods in a year. Initialize the variable with 26.
annualPay : This variable will hold the employees total annual pay, which will be calculated.
The program should calculate the employees total annual pay by multiplying the employees pay amount by the number of pay periods in a year and store the result in the annualPay variable. Display the total annual pay on the screen.
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