samedi 13 avril 2019

Else without an if?

How do i write this to work?

It keeps saying theres an else without an if

do{

  ch = displayMenu();
  if(ch = 'C')
    else if(ch = 'F')
}while (ch != 'Q');

Aucun commentaire:

Enregistrer un commentaire