Test if input number is divisible by 3.

25 visualizzazioni (ultimi 30 giorni)
Bozza
Bozza il 9 Ago 2022
Modificato: Rik il 6 Ott 2022
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 Commenti
Bozza
Bozza il 9 Ago 2022
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 il 5 Ott 2022
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.

Accedi per commentare.

Risposte (1)

Bjorn Gustavsson
Bjorn Gustavsson il 9 Ago 2022
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

Community Treasure Hunt

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

Start Hunting!

Translated by