Feeds
질문
c++ problem with the following code can't display the odds num
#include<stdio.h> // main function int main(void){ // declare strings int nums[11] = {1,2,3,4,5,6,7,8,9,10,11}; char ...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
How to get the right answer
Hello, Guys i'm trying to cearte a guessword game by using the following code, but the problem is when i'm typing the correct a...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Question about min and max
How can i find the min and max of the v1[1 2], and v2[3 4] without using the code of min and max and here's my function code ...
5년 초과 전 | 답변 수: 1 | 0
1
답변질문
Sum question in Matlab
i'm confusing of how to sum two different vector in matlab Scuh as v1=[1 2] v2= [3 4] and i wanna got the output of 10 which...
5년 초과 전 | 답변 수: 2 | 0

