JishnuS420 / BlogCSA

https://jishnus420.github.io/BlogCSA/
MIT License
1 stars 0 forks source link

BlogCSA/2024/02/25/CSAFRQ-2015-1_IPYNB_2_ #5

Open utterances-bot opened 8 months ago

utterances-bot commented 8 months ago

APCSA 2015 Question 1 | CompSci Blogs

Question 1: This question involves reasoning about one-dimensional and two-dimensional arrays of integers. You will write three static methods, all of which are in a single enclosing class, named DiverseArray (not shown). The first method returns the sum of the values of a one-dimensional array; the second method returns an array that represents the sums of the rows of a two-dimensional array; and the third method analyzes row sums

https://jishnus420.github.io/BlogCSA/2024/02/25/CSAFRQ-2015-1_IPYNB2.html

Ryanrob327 commented 8 months ago

0.95/1.0

Very good, understanding of the topic clearly demonstrated, correct question type and I like that you stated the overall objective.