Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #107.55K
~138 People Reached
Favorite Forums
Favorite Tags
c++ x 1

1 Posted Topic

Member Avatar for loushou

Is this an accurate example code creating the array and storing the arrays with at least 3 entries? Constant Integer SIZE = 3 2. Declare Integer employeeIdNumber[SIZE] 3. Declare Real volunteerHours[SIZE] 4. Declare Integer index 5. For index = 0 to SIZE - 1 6. Display "Enter the ID Number …

Member Avatar for daviddoria
0
138

The End.