mercredi 13 décembre 2017

Java Nested If statements - where do brackets go

Where should my brackets go in the structure below?
I am getting an error: 'else' without 'if'

if

    if

    else if

    else

else if

    if 

    else

else

Aucun commentaire:

Enregistrer un commentaire