Computer Science, asked by prittimanjit, 10 months ago

write a program that generate rhe following output is 5 10 and 9​

Answers

Answered by neelrambhia03
1

Answer:

Program in C:

#include<stdio.h>

void main()

{

printf(" 5 10 and 9");

}

Similar questions