Aleksandar Denchev
Followers: 0 Following: 0
Feeds
提问
Which requirements should be met when creating and using a function?
1.The input arguments of the functions should be in brackets () and the output arguments should be in straight brackets [], bo...
1 year 前 | 1 个回答 | 0
1
个回答提问
Trying to get an answer for 'a' - while loop??
a=0 while a<5 a = a + 2; end disp (a) What is the answer for 'a'?
1 year 前 | 1 个回答 | 0