Suppose that the input is: 32 53 –10 45 –56 – XXXXXXXXXX –999 What is the output of the following program? (2, 3) Submit your answer to dropbox. #include using namespace std; int main() { int num; int...


Suppose that the input is:



32 53 –10 45 –56 –87 132 165 –999



What is the output of the following program? (2, 3) Submit your answer to dropbox.


#include


using namespace std;


int main()


{


int num;


int count=0;


cin>>num;


while(num !=-999)


{


cout<>


cin>>num;


count++;


}


cout<>


return 0;


}



Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here