O Owen D New member Sep 2, 2009 #1 include <iostream> using namespace std; int main() { float 66; cout << "How are you today"; cin >> 66; if (66 == "good"); cout << "me too"; system("pause"); return 0; }
include <iostream> using namespace std; int main() { float 66; cout << "How are you today"; cin >> 66; if (66 == "good"); cout << "me too"; system("pause"); return 0; }