Computer Science, asked by aman90912, 4 months ago

input your name age and roll number and print in different lines​

Answers

Answered by TheAVPAAVchannel
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