Answer to Question #24104 in C++ for Nourah
Declare an array of 5 ints called numbers.
1
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!
Learn more about our help with Assignments:
C++
Comments
Leave a comment