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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 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년 초과 전 | 답변 수: 3 | 0
