Feeds
提问
Subfunction help with triangles
For a right triangle with sides a, b, c, where c is the hypotenuse. Write a script that calls a function to prompt the user and...
7 years 前 | 1 个回答 | 0
1
个回答提问
How to sum only positive rows of a matrices?
Write a function sumrowthat receives a matrix as an input and returns the sum of only the positive number of each row. (Hint: ...
7 years 前 | 2 个回答 | 0
