Write a c sharp program to ask user to input age and display output on console
Answers
Answered by
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
Computer Science,
6 months ago
Hindi,
6 months ago
Physics,
1 year ago
English,
1 year ago
Math,
1 year ago