cs101 assignment 2 solution 2022 DOWNLOAD FILE CS101 ASSIGNMENT NO 2 CORRECT SOLUTION SPRING 2022 cs101 assignment 2 solution 2022 DOWNLOAD FILE CS101 ASSIGNMENT NO 2 CORRECT SOLUTION SPRING 2022
#include<iostream>
#include<cstdlib>
using namespace std;
int main ()
{
char
car_Name[50], car_Vendor[50], car_Owner_ID[50];
int
car_Model, car_Horse_power, car_price;
cout<<"Enter
the car Name ";
cin>>"car_Nane
";
cout<<"Enter
the car Model ";
cin>>"car_Model
";
cout<<"Enter
the car Vendor ";
cin>>"car_Vendor
";
cout<<"Enter
the car Horse Power ";
cin>>"car_Horse_Power ";
cout<<"Enter
the car Price ";
cin>>"car_Price ";
cout<<"Enter
the car Owner ID ";
cin>>"car_Owner_ID "
cout<<"Values are stored
in car variable";
cout<<"\n\n";
cout<<"The stored
vechicle information
is:"<<end1;
cout<<"Name
"<<car_Name<<end1;
cout<<"Model "<<car_Model<<end1;
cout<<"Vendor "<<car_Vendor<<end1;
cout<<"Engine
power
"<<car_Horse-Power<<end1;
cout<<"Price "<<car_Price<<end1;
cout<<"Owner_ID "<<car_Owner_ID<<end1;
}
0 Comments
Post a Comment