#include
using namespace std;
Int _tmain (int arg c, _TCHAR * argv [])
{
Int a, b, sum;
Cout<& lt;" Please enter the two Numbers ";
Cin> A, b;
Sum=a + b;
Cout<& lt;" A + b="& lt;
return 0;
}
This is I write small programs, but can't run, issue the following
The Run - Time Check Failure # 3 - The variable 'b' is being 2 without being initialized.
Excuse me, what a great god can help me solve
CodePudding user response:
There is no cin & gt;> Type a, b, writing this cin & gt;> A. & gt;> b;CodePudding user response: