0
Write a c program that input three numbers a,b,c then depending on x values if x=1 it sorts a,b,c in an increment from .if x=2 it sorts a,b,c in decremental from using: 1-if statement 2-conditional switch statement
Any help ?
2 Answers
0
Do you mean using both in one program or writing two program each one uses one of those?
0
Write two program of each situation