Saved Bookmarks
| 1. |
Write a program that reads ten integers, and then prints the sum of the even and odd integers separately using suitable messages |
|
Answer» #include <stdio.h> void main() printf("Enter the value of num\n"); output : |
|