Trying to get an answer for 'a' - while loop??
Afficher commentaires plus anciens
a=0
while a<5
a = a + 2;
end
disp (a)
What is the answer for 'a'?
1 commentaire
Hiro Yoshino
le 7 Mar 2023
Why don't you run the code on MATLAB?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!