Question: Write a program in C Input data format: Input Order Number, Input data Example input: 2, 27 1, 36 4, 79 3, 46 Expected output:
Write a program in C
Input data format: Input Order Number, Input data
Example input:
2, 27
1, 36
4, 79
3, 46
Expected output:
1, 36
2, 27
3, 46
4, 79
Note that input data can be provided in any order, but they need to be printed in order by input order number.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
