Posts by fabricioereche • 21 points
2 posts
-
0
votes5
answers1352
viewsA: Previous "Else" without "if" error
; Delimits the end of the line, it is not put in if and Else, as both have continuation. = assigns value to a variable, in 10 the == operator should be used to denote equality. Another error I…
canswered fabricioereche 21 -
2
votes3
answers5814
viewsA: Error 'Else' without a Previous 'if'
Your code is not with correct block syntax, missing keys to assign code sequence. Example: if (SA <= 400){ SN= SA*1.12; AUMENTO="15%"; }else{ //continuando seus if... } That’s why he makes a…
canswered fabricioereche 21