Test if input number is divisible by 3.

27 ビュー (過去 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 Center および File ExchangeMatrix Indexing についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by