write a program to display to even number 14 to 20 using FOR......... NEXT loop
Answers
Answered by
1
here's your answer
hope it helps you
thank you
And plzzz mark me as brainliest
Attachments:
Answered by
0
Using for loop : [code]#include %3Cstdio.h%3E #define EVEN 2 #define LIMIT 20 int main()
Similar questions