from an input Exercise 4: Write a program that reads n student's test scores in the range screen and stores them in a list. The program should then find the smallest element in the list and display: 1. the smallest element 2. the number of occurrences of the element in the list If you run your program with the following input data: 76, 89, 99, 98, 90, 95, 76, 99, 90, 87, 78, 89, 77, 76, 89. Your output should be as follows: The minimum score is: 76 The number of occurrences of 76 is 3 Your program should have at least these 3 functions: • main(): finds and displays the minimum score, and display the number of occurrence of the minimum score • readData():reads data from input screen into a list , • cuntFrequencey(numList, num): takes a list of numbers and returns the number of times the value num occurs in the list.

EBK JAVA PROGRAMMING
9th Edition
ISBN:9781337671385
Author:FARRELL
Publisher:FARRELL
Chapter8: Arrays
Section: Chapter Questions
Problem 5PE
icon
Related questions
Question
Exercise 4: Write a program that reads n student's test scores in the range 0-100 from an input
screen and stores them in a list. The program should then find the smallest element in the list
and display:
1. the smallest element
2. the number of occurrences of the element in the list
If you run your program with the following input data:
76, 89, 99, 98, 90, 95, 76, 99, 90, 87, 78, 89, 77, 76, 89.
Your output should be as follows:
5
The minimum score is: 76
The number of occurrences of 76 is 3
Your program should have at least these 3 functions:
• main(): finds and displays the minimum score, and display the number
of occurrence of the minimum score
• readData():reads data from input screen into a list .
• countFrequencey(numList, num): takes a list of numbers and returns
the number of times the value num occurs in the list.
Transcribed Image Text:Exercise 4: Write a program that reads n student's test scores in the range 0-100 from an input screen and stores them in a list. The program should then find the smallest element in the list and display: 1. the smallest element 2. the number of occurrences of the element in the list If you run your program with the following input data: 76, 89, 99, 98, 90, 95, 76, 99, 90, 87, 78, 89, 77, 76, 89. Your output should be as follows: 5 The minimum score is: 76 The number of occurrences of 76 is 3 Your program should have at least these 3 functions: • main(): finds and displays the minimum score, and display the number of occurrence of the minimum score • readData():reads data from input screen into a list . • countFrequencey(numList, num): takes a list of numbers and returns the number of times the value num occurs in the list.
Expert Solution
steps

Step by step

Solved in 2 steps with 1 images

Blurred answer
Knowledge Booster
Map
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT
Systems Architecture
Systems Architecture
Computer Science
ISBN:
9781305080195
Author:
Stephen D. Burd
Publisher:
Cengage Learning