Community Profile

photo

baiti


Active since 2017

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


how to sort in increasing order using loop?
for i=1:6 A(i)=input('') end for i=1:6 for j=1:5 if A(j)>=A(j+1) B=A(j); ...

6 years ago | 1 answer | 0

1

answer