182k views
1 vote
Choose the type of error described. can you help me bc i don’t know??

Choose the type of error described. can you help me bc i don’t know??-example-1

2 Answers

2 votes

Answer:

Logic error: When the computer outputs an undesirable value due to the wrong use of operations.

Syntax error: Occurs when syntax is not used correctly in code.

Zero division error: Occurs when a value is divided by zero.

Hope this helps :)

User Leelee
by
4.7k points
2 votes

Answer:

logic error occurs when the result is wrong...

syntax error occurs when you use the wrong punctuation...

runtime error occurs when the program starts running...

User Nwales
by
4.8k points