Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In Java Annual Pay: Write a program that defines the following variables: payAmount This variable will hold the amount of pay the employee earns each

In Java

Annual Pay: Write a program that defines the following variables:

payAmount This variable will hold the amount of pay the employee earns each pay period.

payPeriods This variable will hold the number of pay periods in a year.

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 annual pay variable. The user will input the number of pay periods and the amount earned each pay period.

Display your output in the format below:

Employees Annual Paystub

Amount Earned per Pay Period:

$[payAmount]

Total Number of Pay Periods: [payPeriods]

Employees Annual Pay: $[annualPay]

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions

Question

Explain all drawbacks of application procedure.

Answered: 1 week ago