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
Get step-by-step solutions from verified subject matter experts
