Computer Science, asked by andwelezed, 21 days ago

A HUNDRED POINTS IF YOU GUYS ANSWER THIS!

1) Suppose a client runs a fitness program and wants to store information about customers: height, weight, measurements. What type of programming would work best?

tables
spice racks
string variables
array

2) When declaring an array, you begin by stating the data type of the values it will hold.

True
False

3) What does the statement below accomplish?

classGradesArray = new int[25];

It defines an array to store 25 integers.
It allocates memory for the integer classGradesArray.
It initializes 25 integers to the value of zero.
It assigns the value of 25 to classGradesArray.

4) An array is a programming structure designed to hold just one variable.

True
False

Answers

Answered by aaftabkhan02786
3

Answer:

Ans - 1- Array

Ans 2- true

Ans 3- d

Ans 4 - false

Answered by simrankerketta007
1

Answer:

Answer → 1} array

Answer→2}True

Answer→3}d

Answer→} False

Similar questions