- 6
Write a program in c++ to read the name,age,sex,height and weight of a student and display with proper heading for each variable
13 Réponses
+ 3
Something to help you do that
https://www.sololearn.com/discuss/459759/?ref=app
0
hi
0
hi
0
Right
0
False
because , Where is display?
0
how to display names and age of their family?by using c language?
0
#include<iostream.h>
#include<conio.h>
void main()
{
int age,height,weight;
char name,sex;
clrscr();
cout<<"enter the name"<<endl;
cin>>name;
cout<<"enter the gender"<<endl;
cin>>gender;
cout<<"enter the sex"<<endl;
cin>>sex;
cout<<"enter the age"<<endl;
cin>>age;
cout<<"enter the weight"<<endl;
cin>>weight;
cout<<"enter the height"<<endl;
cin>>height;
cout<<"the name is"<<name;
cout<<"the sex is"<<sex;
cout<<"the age is"<<age;
cout<<"the height is"<<height;
cout<<"the weight is"<<weight;
getch();
}
0
Write a program in C++ to display your name , level , sex , MatNo and proposed grade
Print your output
0
Write a simple c++ program that will accepts the following inputs, Name, Accept age, Accept Mariter status.
I need help
0
#include <iostream>
Using namespace std;
Int main()
{
Int name,age,school,class;
Coir<<‘’enter name:”;
Cin>>name
Cout<<“age:”;
Cin>>age
Cout<<“enter school:”;
Cin<<school:;
return o;
}
0
nice
0
write a c++ that reads from the keyboard, the First Name, Age, Weight in kilograms and height in meters of all the stuffs in a company, and calculate their body of mass respectively
- 1
#include<iostream>
Using namespace std;
Int main()
{
Char name ,sex;
Int age,hight,weight;
Cout <<"name";
Cin>>name;
Cout <<"age";
Cin>>age;
Cout <<"sex";
Cin>>sex;
Cout <<"height";
Cin>>height;
Cout <<"weight";
Cin>>weight:
return 0;
}