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년 전 | 답변 수: 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년 전 | 답변 수: 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년 전 | 답변 수: 2 | 0

