Feeds
提问
How can i compare two strings by their alphabetical order
I want to write a function which will compare two strings by their alphabetical order. The function should give an output '-1' i...
9 years 前 | 3 个回答 | 0
3
个回答提问
How can i find min and max value in a matrix without using min and max functions ?
I want to find min and max values with using for or while loops but i get stuck when writing the arguments of loops
9 years 前 | 0 个回答 | 0
0
个回答提问
How can i add two matrices with using nested for loops.
How can i write a program which adds two matrices without using x+y Thank you
9 years 前 | 1 个回答 | 0
1
个回答提问
How to multiply two matrices with nested for loops ?
How can I do that with two matrices with any dimensions that can multiply ? Thank you
9 years 前 | 3 个回答 | 0
