Answer to Question #24104 in C++ for Nourah

Question #24104
Declare an array of 5 ints called numbers.
1
Expert's answer
2013-03-04T11:53:21-0500
Here is how an array of 5 ints called numbers is declared in C/C++:

int numbers[5];

and in Pascal:

Var numbers: Array[1..5] of Integer;

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
APPROVED BY CLIENTS