Saved Bookmarks
| 1. |
take 20 integers input from user and print the number of positive numbers |
| Answer» Take input using using an array then start a for loop and check each numbers | |