Write a loop statement to count and display the number of positive integers in the array. That is, your loop should display the message "Number of positive integers is 5". int myArray[] = { - 1, 3, - 9, 9, 33, - 4, - 5, 100, 4, - 23};
+4
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Write a loop statement to count and display the number of positive integers in the array. That is, your loop should display the message ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Computers & Technology » Write a loop statement to count and display the number of positive integers in the array. That is, your loop should display the message "Number of positive integers is 5". int myArray[] = { - 1, 3, - 9, 9, 33, - 4, - 5, 100, 4, - 23};