Answered step by step
Verified Expert Solution
Question
1 Approved Answer
in java lang ct 1 Programming 3. (10 pts) Run/test program example 1 (slide 9). Understand loop structure and know how t write and call
in java lang
ct 1 Programming 3. (10 pts) Run/test program example 1 (slide 9). Understand loop structure and know how t write and call a method (only screenshot of the output required for this question) 4. (20 points) Write a main method to calculate the lowest grade among 100 random grades (grade ranging 0-100) by modifying and calling the method in example 2 (slide 10) (submit code and screenshot). 5. (15 pts) Complete Search method in example 3 (slide 10) by adding the method header. Then write a main method to test it (submit code and screenshot). 6. (25 points) Add a method into the class student Statistics (slide 12) that finds the student who has the highest score in an array of students. Print that student (name, ID, score). Test it in the main method (submit code and screenshot page). Requirement for assignment reports 1. The cover page must be attached. 2. You must type your answer using a computer. Handwriting is not accepted. 3. For programming question, the submission must contain the running page (screen shot) which shows that the program works for all cases. 4. The program must be in text format. Screenshot of the code is not acceptable ct 1 Programming 3. (10 pts) Run/test program example 1 (slide 9). Understand loop structure and know how t write and call a method (only screenshot of the output required for this question) 4. (20 points) Write a main method to calculate the lowest grade among 100 random grades (grade ranging 0-100) by modifying and calling the method in example 2 (slide 10) (submit code and screenshot). 5. (15 pts) Complete Search method in example 3 (slide 10) by adding the method header. Then write a main method to test it (submit code and screenshot). 6. (25 points) Add a method into the class student Statistics (slide 12) that finds the student who has the highest score in an array of students. Print that student (name, ID, score). Test it in the main method (submit code and screenshot page). Requirement for assignment reports 1. The cover page must be attached. 2. You must type your answer using a computer. Handwriting is not accepted. 3. For programming question, the submission must contain the running page (screen shot) which shows that the program works for all cases. 4. The program must be in text format. Screenshot of the code is not acceptable Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started