CS201 Assignment No 1 Solution Fall 2017:
Here You Can Read and Download CS201 Assignment Solution. You Can Also Download Solved Mid Term Papers, Short Notes, Assignment Solutions, Lecture Wise Questions Answers Files, Solved MCQs, Solved Quiz, Solved Mid Term Subjective Papers, Solved Mid Term Objective Papers, Solved Final Term Objective Papers, Solved Final Term Subjective Papers from VU Ki Duniya for Preparation of Mid Term Papers.
CS201 Complete Assignment No 1 Solution Fall 2017:
Assignment No. 1
Semester: Fall 2017
Semester: Fall 2017
CS201 – Introduction to Programming
Total Marks: 20
Due Date: 6-Nov-2017
Instructions:
Please read the following instructions carefully before submitting assignment:
It should be clear that your assignment will not get any credit if:
- Assignment is submitted after due date.
- Submitted assignment does not open or file is corrupt.
- Assignment is copied (From internet/students).
Software allowed to develop Assignment:
- Dev C++
Objectives:
To enable students to understand and practice the concepts of:
- Variables and operators
- Expressions in C++
- Decision structures
- Repetition structures
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:
Write a program that will
- Ask the user to enter lower limit and upper limit in the form of integer numbers.
- The program will then add / sum all those numbers between upper limit and lower limit (including the lower and upper limits) which are NOT multiple of 4.
- This process should continue for all the remaining integer numbers up until the upper limit is reached.
- The program will then show the aggregate sum of all numbers for the given range.
Make sure that lower limit entered by the user should be greater than zero. Also the upper limit value entered by the user should be greater than the lower limit value.
Example:
Lower limit is 1 and Upper limit is 8 then the program will subtract 4 and 8 as these are the multiples of 4. While add remaining integers in the range (1+2+3-4+5+6+7-8 = 12). So, 12 is the calculated number.
Deadline:
The deadline to submit your assignment solution is 6-Nov- 2017. Your assignment must be submitted within the due date through VULMS. No assignment will be accepted through email after the due date.
You May Also Like:
- ENG101 Assignment No 1Complete Solution Fall 2017
- MATH GDB No 1 Complete Solution Fall 2017
- CS001 Assignment No 1Complete Solution Fall 2017
Download Complete Solution:
Download CS201 Assignment Solution by Clicking the Download Button Below in just single Click.
Post a Comment