SPRING 2021
PROVIDED BY VU Answer (Sarim)
// WELCOME to vuanswer.com the program is written by Sarim
// Don't worry if you need New changed CS201 Assignment free // my WhatsApp +923162965677
#include <iostream>
using namespace std;
int main()
{
cout<<" ---CS201 ASSIGNMENT 1 SOLUTION 1 SPRING 2021----"<<endl;
cout<<" ---Program by VU Answer----"<<endl;
cout<<" "<<endl;
int x,y,Z;
x=2;
y=1;
Z = (x*x)+(2*y*x)-(x/y);
cout<<"After evaluation of given expression the value of z = "<<Z<<endl;
string ID = "BC";
int id2 = 200205672; // remove and enter any student id here (not real)
string name = "Muhammad Sarim"; // enter your name into my name
int lastdigit;
int Gotnumber;
lastdigit = id2 % 10;
cout<<"--Last digit of VU ID is "<<lastdigit<<endl;
Gotnumber = Z + lastdigit;
// using if else condition
string test;
int n = 1;
if ((lastdigit % 2) == 0)
{
test = "even";
cout<<"I got an "<<test<<" number "<<Gotnumber<<endl;
while (n <= Gotnumber)
{
cout<<"Iteration: "<<n<<endl;
cout<<"My name is "<<name<<endl;
n++;
}
}
else
{
test = " odd";
cout<<"I got an "<<test<<" number "<<Gotnumber<<endl;
while(n <= Gotnumber)
{
cout<<"Iteration: "<<n<<endl;
cout<<"My VU ID is "<<id2<<endl;
n++;
}
}
return 0;
}
CHECK ASSIGNMENT CODE RESULT BELOW
Free assignment keep visit
vuanswer.com
DOWNLOAD CS201 ASSIGNMENT SOLUTION BELOW
Sharing with friends
CS201 Assignment 1 Solution Spring 2021
Download CS201 Assignment 1 2021
CS201 Introduction to Programming Assignment 1 Solution
Correct CS201 Assignment solution
5 Comments
Thank you for cs201 Assignment it's helpful for us
ReplyDeleteThankyou, keep visiting for study freely.
DeleteWhat about CS201 (P) assignment?
ReplyDeleteDear Student Please Confirm that maybe its not important
DeleteWhat if it is important?
Delete