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:
![](https://hi-static.z-dn.net/files/d18/2331c8a3cdde082f060aab838073ac16.jpg)
Answered by
0
Using for loop : [code]#include %3Cstdio.h%3E #define EVEN 2 #define LIMIT 20 int main()
Similar questions