Has anyone else had this happen:
I am supposed to create a variable x that initializes as the product of i * j so I put:
int x = i * j;
But the app keeps telling me it’s wrong but doesn’t show why and even the error checker says there are no errors.
Does anyone know what I am doing wrong because I sure don’t.
TIA