You are on page 1of 1

Answer the following:

1. The array NAMES of type String will be used to hold the names of the 20 students, while the
array GRADES of type Integer will hold the equivalent grades between 1 and 7.

Construct a pesudocode that will have two arrays, NAMES and GRADES to store 20 students
name and grades respectively and then display the students’ name whose grade is 6 and
above.

2.

You might also like