Write program that calculate and prints the monthly paycheck

Assignment Help Programming Languages
Reference no: EM131316513

Complete the below two problems. Each problem is a separate program (project).

Question 1

Write a program that calculates and prints the monthly paycheck for an employee. The net pay is calculated after taking the following deductions:

Federal Income Tax: 15%

State Tax: 3.5%

Social Security Tax: 5.75%

Medicare/Medicaid Tax: 2.75%

Pension Plan: 5%

Health Insurance: $75.00

Your program should prompt the user to input the gross amount and the employee name. The output will be stored in a file. Format your output to have two decimal places. A sample output follows:

Bill Robinson

Gross Amount: ............ $3575.00

Federal Tax: ............. $ 536.25

State Tax: ............... $ 125.13

Programming Exercises | 173

Social Security Tax: ..... $ 205.56

Medicare/Medicaid Tax: ... $ 98.31

Pension Plan: ............ $ 178.75

Health Insurance: ........ $ 75.00

Net Pay: ................. $2356.00

Note that the first column is left-justified, and the right column is right justified.

7. Redo Programming Exercise 21, in Chapter 2, so that each string can store a line of text.

Question 2

A bank in your town updates its customers' accounts at the end of each month.

The bank offers two types of accounts: savings and checking. Every customer must maintain a minimum balance. If a customer's balance falls below the minimum balance, there is a service charge of $10.00 for savings accounts and $25.00 for checking accounts. If the balance at the end of the month is at least the minimum balance, the account receives interest as follows:

a. Savings accounts receive 4% interest.

b. Checking accounts with balances of up to $5,000 more than the minimum balance receive 3% interest; otherwise, the interest is 5%.

Write a program that reads a customer's account number (int type), account type (char; s for savings, c for checking), minimum balance that the account should maintain, and current balance. The program should then output the account number, account type, current balance, and an appropriate message. Test your program by running it five times, using the following data:

46728 S 1000 2700

87324 C 1500 7689

79873 S 1000 800

89832 C 2000 3000

98322 C 1000 750

Reference no: EM131316513

Questions Cloud

Write a class that simulates managing a simple bank account : Write a class that simulates managing a simple bank account. The account is created with an initial balance. It is possible to deposit and withdraw funds, to add interest, and to find out the current balance.
Find the natural frequencies as a function of the mass m : A plate of mass m, supported by a slender straight beam as shown in the Fig. P5.7, vibrates while sinusoidal force is applied to the center of the plate. Find the natural frequencies as a function of the mass m, flexural rigidity EI of the beam, a..
Calculate the binomial interest rate tree : Assume annual compounding of interest for these problems. Assume 10% annual interest rate volatility. Calculate the binomial interest rate tree using the 2-year on-the-run issue and the 3-year on-the-run issue.
Define pm assessment in context of the pmo : For this assignment, address the following items: Define PM assessment in context of the PMO infrastructure management. Describe the primary domains of encompassing PMO assessment
Write program that calculate and prints the monthly paycheck : Write a program that calculates and prints the monthly paycheck for an employee. The net pay is calculated after taking the following deductions: Federal Income Tax: 15%.
Nonconstant growth valuation-stock current price : Nonconstant Growth Valuation A company currently pays a dividend of $1.5 per share (D0 = $1.5). It is estimated that the company's dividend will grow at a rate of 24% per year for the next 2 years, then at a constant rate of 5% thereafter. The compan..
Write a main program that first reads all available meals : Write a main program that first reads all available meals from a file called menu.txt. Write a function called create_event. This function is be called if a customer of the company wants to book an event.
Find inertial force acting on the man at the position shown : A man walks along a guide at a constant velocity υ on a disk in the vertical direction in Fig. P5.2 while the disk rotates at a constant angular velocity ω. Find the inertial force acting on the man at the position shown.
Current and projected free cash flows-horizon value : Current and projected free cash flows for Radell Global Operations are shown below. Actual 2013 2014 Projected 2015 2016 Free cash flow $619.52 $680.20 $720.25 $763.47 (millions of dollars) Growth is expected to be constant after 2015, and the weight..

Reviews

Write a Review

Programming Languages Questions & Answers

  Evaluates and prints the value of the polynomial

Write a program that evaluates and prints the value of the polynomial ax2 + bx + c, given user inputs for a, b, c, and x using integers and floats.

  Write a program that asks the user

Tsubo is a Japanese unit of measure for area. One Tsubo is equal to 35.58 square feet. Write a program that asks the user if they want to convert from Tsubo to square feet or from square feet to Tsubo

  Windows and unix file management systems

From the first e-Activity, evaluate the efficiency, speed, and accuracy of the storage and retrieval techniques that two (2) search engine organizations currently use.

  Create a windows form application in c#

The total price will be the number of computed rental days times the cost for the model of car selected ($19.95/day for Compact, $24.95/day for Standard and $39/day for Luxury).

  Write functions to implement split-mergesort for files

Write functions to implement the split, merge, and mergesort algorithms for files. Also, write driver programs to test the given functions.

  Html and php for creating dynamic web pages

Html and PHP for creating dynamic web pages

  Design class named loan that holds account number

Design a class named Loan that holds account number, name of account holder, amount borrowed, term, and interest rate. Include methods to set values for each data field.

  When the program starts the user is asked to seed the

write a program that lets the user play the game of rock paper scissors against the computer. the program should work

  Does loop have dependences two-dimensional arrays

Consider the following code with two-dimensional arrays. Does this loop have dependences? Can these loops be written so they are parallel?

  Program accepts a path to a directory

CSC 352, Unix Systems, Spring 2016, Run the file command and egrep for the pattern - This program accepts a path to a DIRECTORY as its first and command line argument, followed by one or more string PATTERNs

  Write program to give functionality to process movie rentals

Your first procedure is to be named MOVIE_RENTAL_SP and is going to give functionality to process movie rentals. Based on data which will represent movie id, member id and payment method.

  Design a class named pet which should have the name fields

Design a class named Pet, which should have the following fields: •Name - The name field holds the name of a pet. •Type - The type field holds the type of animal that is the pet. Example values are "Dog", "Cat", and "Bird".

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd