Question: C programming Problem 2 number_combinations.c Create a program which will take four numbers x1, x2, y1, and y2. Then, have the program output every combination
C programming
Problem 2 number_combinations.c
Create a program which will take four numbers x1, x2, y1, and y2. Then, have the program output every combination of numbers between [x1, x2] and [y1, y2]. HINT: You will need a double loop for this problem.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
