Sei sulla pagina 1di 3

Assignment No.

1 Total Marks: 20
Semester: Spring 2019
CS201 – Introduction to Programming Due Date: 13th May
2019

Instructions
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:

o Assignment is submitted after due date.


o Submitted assignment does not open or file is corrupt.
o Assignment is copied (From internet/students).

Software allowed to develop Assignment


- Dev C++

Objectives:
To enable students to write, compile and execute a program in Dev C++. Moreover to familiarize students with
the concepts of:
 Variables and operators
 Expressions in C++
 Decision structures
 Repetition structures
 Break and Continue statements

Assignment Submission Instructions


You have to submit only.cpp file on the Assignments interface of CS201 at VULMS. Assignment submitted
in any other format will not be accepted and will be graded zero marks.

Assignment

XYZ University wants to track students’ admissions. They need a program in C++ which will automate the
process.
 The program will display the following menu options to user:-
======================================================
Please select the program option, in which you want to enter enrollments.
Please enter option 1 for BCS program.
Please enter option 2 for BIT program.
Please enter option 3 for BBA program.
Please enter option 4 for BA program.
===============================================
 First the user will select the program option, for any invalid option the program should not perform any
calculation and display an error message like:-
THE PROGRAM NAME IS INVALID, PLEASE TRY AGAIN.
Press any key to continue…
 On pressing any key from the keyboard, the program should start again from the beginning.
 Upon entering the valid program option, the program will ask the user to enter students’ enrollment for four
years as:-
o Please enter number of students in Year 1.
o Please enter number of students in Year 2.
o Please enter number of students in Year 3.
o Please enter number of students in Year 4.

 After entering the valid program option and students’ enrollment data for four years, the department name of
the program needs to be displayed. (e.g. for BCS & BIT, the department name needs to be DEPARTMENT
OF COMPUTER SCIENCE, for BBA, the department name should be DEPRTAMENT OF BUSINESS
ADMINISTRATION while for BA, the department name should be DEPARTMENT OF FINE ARTS.)
 Finally, the program will perform some calculations and will display the following information:-
o The number of students in each year.
o The percentage of student’s enrollment in each year against particular program.
o The total number of students in the program.
o Also if the number of students enrolled in a year is greater than 100, then display a message that
THE NUMBER OF STUDENTS ENROLLED IN THAT YEAR IS OVER THE LIMIT.
Sample output:

Deadline:
The deadline to submit your assignment solution is 13th May, 2019. Your assignment must be submitted
within the due date through VULMS. No assignment will be accepted through email after the due date.

Potrebbero piacerti anche