Create a function called isDescending that will take three int values. The funct
ID: 3718434 • Letter: C
Question
Create a function called isDescending that will take three int values. The function will return true if the numbers are in descending order and false if they are not. For instance, if the following sequence of three numbers was entered:
100 40 30
This would be descending order because each number input is smaller than the previous number input.
Your function should take input and produce output. This means you should not have any console in or console out statements within the isDescending function.
Explanation / Answer
Please find my implementation.
Related Questions
Hire Me For All Your Tutoring Needs
Integrity-first tutoring: clear explanations, guidance, and feedback.
Drop an Email at
drjack9650@gmail.com
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.