#include <iostream> using namespace std; int main () { int num; cout << "Please enter a Number: "; cin >> num + 10; return 0; }
We are not allowed to do addition operation on cin.
Previous Question Next Question
Your comments will be displayed only after manual approval.