Two-dimensional array


Wednesday, October 25, 2023 Difficulty: Intermediate

Objective

Create a Java program that prompts the user to input the scores of 10 students, divided into 2 groups of 5 students each. You should store these scores in a two-dimensional array and display the arithmetic mean (average) for each group of students.

Input

4
5
3 
6 
3 
7 
4 
8 
3 
5 
6 
2 
6 
7 
4 
6 
7 
4 
2 
3

Output

The average for group 1 is 4.8
The average for group 2 is 4.7

Solution

Click here to view the exercise solution

Share it

Share it on your social media and challenge your friends to solve programming problems. Together, we can learn and grow.

Copied

The code has been successfully copied to the clipboard.

More Exercises

Continue improving your Java programming skills with our selection of practical exercises from the lesson. Click on Practice and challenge your knowledge!

1

Reverse order array

Create a Java program that prompts the user for 5 integers to store them in an integer array and displays them in reverse order.

2

Search an array of integers

Create a program in Java that serves to search an array of integer values.

3

Search even numbers

Write a Java program that prompts the user to enter 10 integers. Then, store these numbers in an integer array and display only the even numbers.

4

Search positive and negative numbers

Write a Java program that prompts the user to enter 10 real numbers and displays the arithmetic mean of positive and negative numbers.

5

Banner command on Unix

Create a Java program that mimics the functionality of the banner command on Unix.

6

Bubble sort

Create a Java program that prompts the user for 10 integers and sorts them using the bubble sort algorithm.

7

Two-dimensional array

Create a Java program that prompts the user to input the scores of 10 students, divided into 2 groups of 5 students each.

8

Two-dimensional array of chars

Create a Java program that declares a two-dimensional character array of 20 rows by 70 columns and stores the letter 'X' to display on the screen.

9

Mathematical statistics

Java Program for Mathematical Statistics: Store, Analyze, and Visualize Data. Enhance Your Skills!

10

On-screen circumference

Create a Java program that draws a 360 screen circumference.

Arrays

Practice with exercises in Java that use arrays of different dimensions to store the information.

Practice exercises

Keep learning

C# Programming Course

Free programming course with practical exercises and solutions in C#. Start learning right now!

Exercises C# App

Take your Exercises C# lessons everywhere with our Android app. Download it now from Google Play