input your name age and roll number and print in different lines
Answers
Answered by
0
Answer:
#include<iostream.h>
#include<conio.h>
void main( )
{
clrscr( );
cout<<"Enter your name "<<endl;
cout<<"Enter your age "<<endl;
cout<<"Enter your roll number "<<endl;
}
getch( );
In place of 'enter your name' , 'enter your age ' write the real thing.
Hope this helps you.
Similar questions
English,
4 months ago
English,
4 months ago
Computer Science,
4 months ago
Biology,
8 months ago
Math,
8 months ago