Waiting for answer This question has not been answered yet. You can hire a professional tutor to get the answer.
#include amp;lt;iostreamamp;gt; using namespace std; int main() { int number = 0; while (number != 0) { cin amp;gt;amp;gt; number; cout...
I'm trying to do a nested C++ program but I cant get it to run properly. I don't just want the program written for me. I would really like comments explaining WHY it's wrong and WHAT I should do instead. I really want to understand what I am doing because I have about a whole lot more other nested mini problems to do this month and I really want to understand how to do them correctly. Thank you so much, any assistance is appreciated.