Feeds
질문
I am trying to create an array that displays the values 1-25 and puts the correct calculation next to it
bal = input('What is your initial balance '); %%% Takes the user input for intial balance rate = input('What is your ...
대략 10년 전 | 답변 수: 1 | 0
1
답변질문
I am trying to create a 5x5 array. How will I achieve this by using a nested loop?
%%%%%Output should look like this: A = 1 2 3 4 5 %b 2 4 6 8 10 %c 3 6 9 12 15 %d 4 8 12 16 20 %e ...
대략 10년 전 | 답변 수: 2 | 0