/* Author: Jan Skansholm zChapter 2 Obfuscated by RJBotting January 8th 2008 Beautified by */ #include using namespace std; main() { int a;int b;cout << "Number of days? ";cin >> a;cout << "Rate per day? "; cin >>b;cout << "Total cost:"<< a * b << endl; return 0; }