lundi 11 janvier 2021

Counditional statement in C: the second if [closed]

I have a problem with if´:

if (a==1)
{
  ...
}
else
{
...
}

my problem is: How to add the following: if a==1 one more time, then....

Aucun commentaire:

Enregistrer un commentaire