Trying to get an answer for 'a' - while loop??
Ältere Kommentare anzeigen
a=0
while a<5
a = a + 2;
end
disp (a)
What is the answer for 'a'?
1 Kommentar
Hiro Yoshino
am 7 Mär. 2023
Why don't you run the code on MATLAB?
Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Loops and Conditional Statements finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!