noh
This page lists questions and answers that were posted by visitors named noh.
Questions
The following questions were asked by visitors named noh.
– One Dimensional Array Consider this example problem: You are given 7 quiz scores of a student. You are to compute the final quiz score, which is the sum of all scores after subtracting the lowest one. For example, if the scores are 8 7 8.5 9.5 7 5 10...
12 years ago
can anybody help me.. Multidimensional Array Use a two-dimensional array (for example of 3 by 3) to simulate the addition operation of two matrices. Sample output: the first matrix: 1 2 3 1 0 1 1 2 1 the second matrix: 1 1 1 2 2 2 3 3 3 The total of two m...
12 years ago
Answers
The following answers were posted by visitors named noh.