Feeds
提问
How can I calculate the revenue in a FOR loop?
for s=1:4 %number of weeks n=input('How many packages?') for k=1:n .. code.. end end So I have this loop and I want to ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How do i build a matrix asking the user for inputs?
this is script thus far. I asked the user for the number of lines and columns but when the matrix is 3 by 3 the asnwer given by ...
5 years 前 | 1 个回答 | 0
1
个回答提问
How can do this?
I need to do an exercise where i ask the USER for positive numbers, and while the number is positive i need to keep asking the U...
5 years 前 | 2 个回答 | 0

