#include int main() { int NumPoints; cout << "\nCongratulations! You've compiled, and run, a program!\n"; cout << "Tell me, how many points would you like (out of 100)\n"; cout << "for this assignment? "; cin >> NumPoints; cout<< "Well, I'll give you "<