Community Profile

photo

ka kei yeung


Last seen: 4 years ago Active since 2020

Followers: 0   Following: 0

Statistics

  • Thankful Level 2
  • Thankful Level 1

View badges

Feeds

View by

Question


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 ...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 1 answer | 0

1

answer

Question


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 ...

4 years ago | 1 answer | 0

1

answer

Question


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...

4 years ago | 2 answers | 0

2

answers