Computer Science, asked by chhavigarg845, 4 months ago

write a program to take the name and age as input from the user and displaying it on the screen

Answers

Answered by mandalsoumi2000
3

Explanation:

int a,b;

printf("enter name and age");

scanf("%d","%d",&a,&b);

break;

c language

Similar questions