Question: use java and do extra credit Objective: Write a program to count the occurrence of a number in an array Use a loop to read
Objective: Write a program to count the occurrence of a number in an array Use a loop to read 10 integers from the user and store in array Ask the user for an integer number to search for Count occurrence of that particular integer Display the count Enter number 1: 4 Enter number 2: 1 Enter number 3: 8 Enter number 4: 9 Extra Credit (+10): Only allow positive Enter number 5: 1 Enter number 6: 3 integers Enter number 7: 7 Enter number 8: 3 Enter number 9: 10 Enter number 10: 3 Enter the number to search for: 3 3 occurred 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
