Fun fact about coding btw: there are 3 types of general errors in coding. A syntax error ...

Hannipai November 27, 2020 6:40 am

Fun fact about coding btw: there are 3 types of general errors in coding.

A syntax error means there is bad language in your code like a typo. Or, you used a word in your code the wrong way. It will NOT run at all.

A runtime error means your code has good language! But when you run it, it gives you bad errors.

A logic error means your code works perfectly fine! But it does not give you the result you want. Kind of like making a code that does 1+1 but it gives you 3. It is usually the hardest error to fix.

Semantic error is runtime error and logic error since your code can still run but its still pretty bad

(⌒▽⌒)

Responses
    TheMinx November 27, 2020 6:31 am

    Pretty sure you mean syntax error, semantic error is more of a logic or runtime error

    Hannipai November 27, 2020 6:35 am
    Pretty sure you mean syntax error, semantic error is more of a logic or runtime error TheMinx

    Oof yeah ur right I was mixing up symantical and syntactical errors. Symantical are runtime and logic errors and syntactical are syntaxes n such

    freaxxie November 27, 2020 7:02 am

    Haha learnt something new today. Thank you (●'◡'●)ノ