Question: C++ program 1. Write a program that prints the 1st integer that is greater than 50, is divisible by 44, and is not divisible by

C++ program
1. Write a program that prints the 1st integer that is greater than 50, is divisible by 44, and is not divisible by 5. 2. Implement a function called "Order" that takes 3 integers (x, y, y) and sorts them. The function does not return any value. For example, consider 3 integer inputs and the function as follows: int X=3, Y=2, Z=5; Order(X, Y, Z); then, it should return (Z=5 X=3 Y=2)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
