Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Suppose an employee gets paid every two weeks and earns $2,200 each pay period. In a year the employee gets paid 26 times. Write a

Suppose an employee gets paid every two weeks and earns $2,200 each pay period. In a year the employee gets paid 26 times. Write a program that defines the following variables:
payAmout: This variable will hold the amount of pay the employee earns each pay period. Initialize the variable with $2,200.0.
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 number of pay periods in a year and store the result in the annualPay variable. Display the total annual pay on the screen.
please help with this programme
image text in transcribed
main.cpp X main.cpX #include Management Projects Symbols Fies Workspace C++ Assignment Sources main.cpp Annual Pay Programme Sources main.cpp using namespace std: int main() REDO double payAmount-2200.0: double payPeriods-26; int annual PaypayAmount "payPeriods): int print (annual Pay); cout

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored 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

Recommended Textbook for

Data Visualization A Practical Introduction

Authors: Kieran Healy

1st Edition

0691181624, 978-0691181622

More Books

Students also viewed these Databases questions

Question

1. Explain the 2nd world war. 2. Who is the father of history?

Answered: 1 week ago