Computer Science, asked by rohanchaudhary5157, 10 months ago

Write a c sharp program to ask user to input age and display output on console

Answers

Answered by sthangkhankhual1103
0

#include<iostream.h>

#include<stdio.h>

main void()

{

int A;

cout<<"Entet the age:";

cin>>A;

{

for A=18;A!=0;

{

cout<<"The age is:"<<A;

}

Similar questions