write a program that generate rhe following output is 5 10 and 9
Answers
Answered by
1
Answer:
Program in C:
#include<stdio.h>
void main()
{
printf(" 5 10 and 9");
}
Similar questions