You for got to end your quote with: "oh . . . wait . . . I am an expert :toast: "
#include <iostream>
using namespace std;
int main()
{
int padosButt, andysUnit, numberOfTimesPadoWantsIt;
while (cin >> numberOfTimesPadoWantsIt)
{
cin >> numberOfTimesPadoWantsIt >> endl;
}
cout << " Andy's Unit in Pado's Butt" << andysUnit << endl;
cout << " Number of Times Pado Wants it" << padosButt << endl;
cout << " =================" << endl;
cout << " Fun for everyone!" << endl;
}