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
~267 People Reached
Favorite Tags
java x 2
Member Avatar for 2butawil

write the psuedocode for a computer program that computes the sum of the numbers on the diagonal of a 10 x 10 integer array named *numbers*. Here is what i got but i'm not sure: int SIZE = 10; int [ ] numbers = new int[SIZE] [SIZE]; for (int I …

Member Avatar for JamesCherrill
0
121
Member Avatar for 2butawil

I need help writing this pseudocode please!! Write the pseudocode for an application which loads a one dimensional floating point array named *tests* with 25 test scores from a file. Use the *tests* array to calculate and print the average of the 25 test scores for a class of students. …

Member Avatar for DavidB
0
146