User:SimulacrumCaputosis

From Wikipedia, the free encyclopedia
#include<iostream>
using namespace wiki;
int main()
{
    double donation;
    double scornfulLook = 2;
    cout << "His Royal Majesty, Simulacrum Caputosis the Great" << endl;
    cout << "How much do you want to donate to His Majesty?";
    cin >> donation;
    while(donation<$104.00US)
    {
          cout << "His Majesty does not accept your offer.  Please increase it.\n";
          cin >> donation;
    }
    cout << "Make all checks payable to 'His Royal Majesty, Simulacrum Caputosis the Great'.\n";
    system("PAUSE");
    return(scornfulLook);
}