Skip to main content

Amazon D.E Student Offer

Click here for Getting Offer 

CS201 Assignment no 1

CS201 Assignment no 1 2020 solution with .cpp file

PROBLEM STATEMENT


Create a menu based program using C++ which will calculate the increment and tax deduction amount on salary based on the pay scale of an employee. After this, net salary of employee will be calculated. Details of these calculations are provided in Solution Guidelines.

You are required to use initial salary, increment rate, and tax deduction rate given in following table for each of the given pay scale.

Pay Scale
Initial Salary
Increment Rate
Tax deduction Rate
SPS6
40,000
20%
3%
SPS7
60,000
15%
3%
SPS8
80,000
10%
3%
SPS9
100,000
            5%
3%




 Solution





CLICK HERE TO DOWNLOAD SOLUTION FILE.

Comments

Popular posts from this blog

CS301 Assignment no 1 2020 solution with .cpp file

CS301 Assignment no 1 2020 solution with .cpp file PROBLEM STATEMENT You are required to write a program in C++ to implement Stack data structure and use this data structure to store different types of books based on their identity number. You have to implement Stack data structure using array. A stack is a LIFO structure in which data elements are stored in an order such that last element pushed on the stack will be popped up first. Your program should cover the following scenario. Suppose a student is collecting books and throwing them into stack of books. You need to develop an application that will count different books in the stack. This stack will consist of three types of books i.e. software, hardware and other books. You will identify book with unique numeric identity number. If book identity number will fully dividable by 8, will consider it software book. While the number fully dividable by 5 will consider it hardware book and consider rest of the books as other books. First,...

Mth501 Lec No 29 ( The Characteristic Equation ) in (Hindi/Urdu) | By Eh...