221k views
5 votes
Identify the type of error.
print "hello"

num = 5 / 0

2 Answers

3 votes

Answer:

syntax

runtime

Step-by-step explanation:

correct on edge

User Nivendha
by
4.1k points
6 votes

Answer:

Syntax error

Step-by-step explanation:

This is a type of error that occurs when there is a problem with the code that makes it unable to compile and execute.

For example, making a conditional statement without using the correct parameters will result in a syntax error.

User Cristian Rennella
by
5.1k points