To display your age.
if my age is 13.
Write algorithm steps and make flow chart.
If I get the proper answer I will mark u brainlist and also like ur answers.
If you don't understand the Q no need to write something foolish in answer section.
If I get any inappropriate answer I will report on that Answer.
no spam..
Answers
Answered by
0
Explanation:
#include<studio.h>
void main ()
{
int age;
printf(" enter your age =");
scanf ("%d",&age);
if(age>13)
{
printf ("\n your age is=%d",age);
}
else
{
printf ("\n my age is 13");
}
}
Similar questions