Write a program that asks the user for three numbers and print the numbers in either ascending or descending order according to the user's choice. For example, Enter number a: 3 Enter number b: 1 Enter number c: 6 Ascending order (Y or N): y In ascending order: 1.00, 3.00, 6.00 or

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 15PE
icon
Related questions
Question

Write a program that asks the user for three numbers and print the numbers in either ascending or descending order according to the user's choice. For
example,

Enter number a: 3
Enter number b: 1

Enter number c: 6

Ascending order (Y or N): y

In ascending order: 1.00, 3.00, 6.00

or

Enter number a: 4
Enter number b: 5

Enter number c: 9

Ascending order (Y or N): NV

In descending order: 9.00, 5.00, 4.00

Requirement: This program should contain only one print() statement. You should build the output using string concatenation.

Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 5 steps with 4 images

Blurred answer
Knowledge Booster
Constants and Variables
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Microsoft Visual C#
Microsoft Visual C#
Computer Science
ISBN:
9781337102100
Author:
Joyce, Farrell.
Publisher:
Cengage Learning,
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT