Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Devise an algorithm for a computer program to input a whole number. The program should make two numbers and output them: one is made by
Devise an algorithm for a computer program to input a whole number. The program should make two numbers and output them: one is made by all odd digits of the input in reverse order (i.e. from right to left), and the other is made by all even ones. Also, if sum of the odd digits are greater than sum of the even ones, the program should output odds are heavier"; otherwise, the program should either output "evens are heavier" or output tie depending on the sums
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started