Question: use only C language: Write code, which will ask user to enter three decimal numbers (use int data type) and will ask order of sequence

use only C language:

Write code, which will ask user to enter three decimal numbers (use int data type) and will ask order of sequence he/she would like to see - ascending or descending. By using conditional statement (conditional construct) - if, sort entered numbers in sequence, user would like to see, and output sorted sequence. Write code, which will ask user to enter three letters (use char data type) and will ask order of sequence he/she would like to see - alphabet order or opposite. By using conditional statement (conditional construct) - if, sort entered letters in sequence, user would like to see, and output sorted sequence.

please answer soon as possible.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!