While compiling I received an error message

Asked By 10 points N/A Posted on -
qa-featured

Hi Experts,

While compiling I received an error message with the line number and the file name. It indicates that it has been done to find it easy and to fix the error. If you have any idea regarding this error please help me.

Thanks in advance.

Bad or missing expression Compile aborted due to errors

 

SHARE
Best Answer by Drianna allen
Answered By 30 points N/A #135921

While compiling I received an error message

qa-featured

 

Hello.

Check whether the following had been correctly written in your program.

1.       Make sure that you have closed the expressions with semicolon.

2.       All the expressions are correctly written.

3.       You are getting this error because there is some incomplete expression in your program.

4.       Please check all your expressions correctly and check for the missing item.

Thank you.

 

 

Best Answer
Best Answer
Answered By 0 points N/A #135922

While compiling I received an error message

qa-featured

Hi Daan,

From what I see, this looks like a syntax error to me. I suggest you to the exact line number of the code and check for the proper syntax of the code. You must have missed an expression or two overthere. Once corrected, I believe your program should work fine.

If not, then please post that line number, so that we can check and help you with the error removal of your code.

Hope this helps!

Drianna allen

Related Questions