Trying to get an answer for 'a' - while loop??
Mostra commenti meno recenti
a=0
while a<5
a = a + 2;
end
disp (a)
What is the answer for 'a'?
1 Commento
Hiro Yoshino
il 7 Mar 2023
Why don't you run the code on MATLAB?
Risposta accettata
Più risposte (0)
Categorie
Scopri di più su Loops and Conditional Statements in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!