Computer Science, asked by smahender153, 4 months ago

What are the common types of errors that occur in visual Basic ?​

Answers

Answered by moonstar16098
8

In Visual Basic, errors fall into one of three categories: syntax errors, run-time errors, and logic errors.

Syntax Errors. Syntax errors are those that appear while you write code. ...

Run-Time Errors. Run-time errors are those that appear only after you compile and run your code. ...

Logic Errors. ...

see also

Please mark me brainlist

Answered by sandhrasabumul53
4

Answer:

• Syntax errors .Syntax errors are those that appear while you write code..

• Run time errors. Run time errors are those that appear only after you compile and run your code...

• Logic errors.

Similar questions