Info

此问题已关闭。 请重新打开它进行编辑或回答。

How to create specific while loop code

2 次查看(过去 30 天)
Jonathon Mook
Jonathon Mook 2020-5-2
关闭: MATLAB Answer Bot 2021-8-20
I am aware this is farely simple question, but I am trying to learn Matlab. How do I create a while loop that multiplies say all the even numbers between 2 and 10 together?

回答(1 个)

Olawale Ikuyajolu
answer =1
for i = 2:2:10
answer = answer * i
end
print('answer')

此问题已关闭。

Community Treasure Hunt

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

Start Hunting!

Translated by