Test if input number is divisible by 3.

8 次查看(过去 30 天)
Bozza
Bozza 2022-8-9
编辑: Rik 2022-10-6
I want to write a program to request a number from the user, and do one of two things:
  • If the number is divisible by three, output that it is divisible by 3 and state the quotient.
  • If the number is NOT divisible by three, state this, and report back the quotient and remainder.
  18 个评论
Bozza
Bozza 2022-8-9
I think I just fixed it with some simple maths. Leaving something for a bit can make you realise how easy the solution is :) Thanks for the help everyone.
John D'Errico
John D'Errico 2022-10-5
When you edit away all of your questions, you insult the people who spent the time answering those questions. You hurt answers, since then your question is completely useless for anyone else to ever learn from.
If you were going to delete the question, you should not be asking it in the first place.

请先登录,再进行评论。

回答(1 个)

Bjorn Gustavsson
Bjorn Gustavsson 2022-8-9
Have a look at the help and documentation for while. Also from the question I guess that you're reasonably new to programming. If that's the case have a walk through the on-ramp material. That is designed to get you up to speed with programming, and supposedly no other way should be better than you browsing through that focusing on the parts that are of most interest and relevance to you.
HTH

类别

Help CenterFile Exchange 中查找有关 Matrix Indexing 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by