نص السؤال How many times "Hi" is get printed? int a = 3; int b = 6;  while(a<b) { cout<<"Hi"; a++; b--; } | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita