photo

Entle


Last seen: 1 year ago Active since 2023

Followers: 0   Following: 0

Statistics

Feeds

View by

Question


Whileloop output calculation?
Given the matlab code below x1=15; while x1>10 x1=x1*(x1+1); end disp(x1) State the output that the code will yield.

1 year ago | 1 answer | 0

1

answer