(Business application: checking ISBN) Use loops to simplify Programming Exercise.
Programming Exercise
Suppose that, when you run the following program, you enter the input 2 3 6 from the console. What is the output?
#includeusing namespace std;
int main(){ double x, y, z; cin >> x >> y >> z; cout << (x < y && y < z ? “sorted” : “not sorted”) << endl;
return 0 ;}
We need at least 10 more requests to produce the solution.
0 / 10 have requested this problem solution
The more requests, the faster the answer.