CS 201 Assignment 1 Solution :
CS 201 Assignment 1 Solution Assignment No. 1 Semester: Spring 2020CS201 – Introduction to Programming |
Total Marks: 20
Due Date: 01/06/2020 |
||
Instructions
Please read the following instructions carefully before submitting the assignment: It should be clear that your assignment will not get any credit if:
The assignment is submitted after the due date. The submitted assignment does not open or file is corrupt. Assignment is copied (From the internet/students).
The recommended tool to develop Assignment – Dev C++
Objectives: To enable students to understand and practice the concepts of:
Assignment Submission Instructions You have to submit only.CPP file on the assignments interface of CS201 from your LMS account. Assignment submitted in any other format will not be accepted and will be scaled with zero marks.
For any query related to the assignment, please contact cs201@vu.edu.pk. |
|||
CS 201 Assignment 1 Solution Spring 2020 |
|
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, the net salary of employees will be calculated. Details of these calculations are provided in Solution Guidelines.
So, You are required to use initial salary, increment rate, and tax deduction rate given in following table for each of the given pay scales.
Solution Guidelines:
|