looping back to an input

6 次查看(过去 30 天)
c = input ('what is the cement ratio you require?');
while c==0
if c == 0;
disp ('Enter a suitable amount');
return
else c == 0
break
end
end
%Looking to loop back to the input and repeat the question when 0 is inputted , however, when the code is ran it displays only the quote above and does not loop back to the input. I have probably made a silly mistake, but, I am hoping someone could maybe help.

采纳的回答

madhan ravi
madhan ravi 2020-7-8
编辑:madhan ravi 2020-7-8
c = input ('what is the cement ratio you require?'); % place this once again inside the if block after disp()

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Loops and Conditional Statements 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by