Filter löschen
Filter löschen

Test if input number is divisible by 3.

8 Ansichten (letzte 30 Tage)
Bozza
Bozza am 9 Aug. 2022
Bearbeitet: Rik am 6 Okt. 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 Kommentare
Bozza
Bozza am 9 Aug. 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 am 5 Okt. 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.

Melden Sie sich an, um zu kommentieren.

Antworten (1)

Bjorn Gustavsson
Bjorn Gustavsson am 9 Aug. 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

Kategorien

Mehr zu Matrix Indexing finden Sie in Help Center und File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by