CS201 Assignment No 1 Solution Spring 2021

Опубликовано: 04 Май 2026
на канале: Learning School
100
1

#cs201 #assignment #Vu #PK
CS201 Assignment No 1 Solution Spring 2021
An expression is given here. You are required to write a C++ program that solves the given mathematical expression.
Z = x2 + 2xy – x/y
Set the values of x = 2 and y = 1
Three main tasks are to be done by each student:-
1. Expression solving
2. Decisions making (if-else structure)
3. Repetition structure (while loop).
After evaluation of above expression, you should add the value of z to last digit of your vu id. As a result,
1. If you get an odd number, then you should print your VU id using while loop. This while loop should run as many times as odd number you got from (z+ last digit of your vu id).
For example, suppose the value of z is 2 and the student’s id is BC123456781. Then by adding last digit of vu id 1 to value of z, result will be 3 which is an odd number. In this case, program should print your VU ID for 3 times using while loop.


1. If you get an even number, then you should print your Name using while loop. This while loop should run as many times as even number you got from (z+ last digit of your vu id).
For example, suppose the value of z is 2 and the student’s id is BC123456782. Then by adding last digit of vu id 2 to the value of z, result will be 4 which is an even number. In this case, program should print your Name for 4 times using while loop.


For more query mail me : [email protected]

My Fb Group :   / 143792885956764