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
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