Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
En Java, comment déclarer une variable de type booléen nommer ok, en l'initialisant avec la valeur « vraie » ?
ok : bool, true
int ok = vrai;
ok = true;
boolean ok = true;
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!