Community Profile

photo

ws


Active since 2015

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


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

8 years ago | 1 answer | 0

1

answer

Question


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

8 years ago | 2 answers | 0

2

answers