Question 27 Assuming User Enters 8 Shoe Size Output Following Code Snippet Int Shoesize 0 Q37295307

QUESTION 27 Assuming that a user enters 8 as the shoe size, what is the output of the following code snippet? int shoesize =QUESTION 27 Assuming that a user enters 8 as the shoe size, what is the output of the following code snippet? int shoesize = 0; cout << “Please enter your shoe size: “; cin >> shoe size; if (shoe_size< 6) – cout << “Petite” < endl; if (shoe size <8) cout << “Small” << endl; if (shoe _size < 10) cout << “Medium” << endl; if (shoe size 14) cout <s “Large” ss endli

OR
OR

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.