Question: Consider the following C++ code and answer the questions (given below). Program to find the greatest of three numbers: 1. int main() { 2. float
Consider the following C++ code and answer the questions (given below). Program to find the greatest of three numbers: 1. int main() { 2. float nl, n2, n3; 3. cout >nl >>n2 >> n3; 5. if(nl >=n2 && nl >= n3) 6. { 7 cout =nl&& n2 >= n3) 10. { cout =nl&& n3 >=n2){ 14. cout
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
