Answered step by step
Verified Expert Solution
Question
1 Approved Answer
1. Suppose, you are an intake-in-charge of intake 44th in BUBT university and your task is to store the GPAs of students and calculate the
1. Suppose, you are an intake-in-charge of intake 44th in BUBT university and your task is to store the GPAs of students and calculate the average GPA of each section of the assigned intake for semester Fall 2021-22. While storing the GPAs and calculating the average GPAs in the university's PC, you have to mind that the PC is of very lower amount of memory and storage. So, it will not be a wise decision to leave any space blank or null. Write a program in java to handle the scenario described above. An example scenario: Input: Console input: Description of input 3 How many sections 232 Number of the students in each section 3.00 3.50 GPA of the students of 1-section 3.00 3.50 3.50 GPA of the students of 2nd section 3.50 4.00 GPA of the students of 3 section Output: Console output: Section: 1:: Stored GPAs: 3.00, 3.50; Avg. GPA: 3.25 Output for section 1 Section: 2:: Stored GPAs: 3.00, 3.50, 3,50; Avg. GPA: 3.33 Output for section 2 Section: 3:: Stored GPAs: 3.50, 4.00; Avg. GPA: 3.75 Output for section 3
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