JAVA
Ir al canal en Telegram
قنواتي حياكم 🦦: https://t.me/Qschat/7 ———————————— للتواصل : @maq5656
Mostrar másEl país no está especificadoLa categoría no está especificada
360
Suscriptores
Sin datos24 horas
Sin datos7 días
Sin datos30 días
Archivo de publicaciones
360
في حاله انه => او =<
نطرح من قيمه ال count كذا ١-٥=٤
ثم ٤-٢٢٠=٢١٦
———————————————————
في حاله < او > بدون علامه المساواه
اخذ نفس الcount اللي هي ٥
ثم اطرح منها الشرط ٥-٢٢٠=٢١٥
360
int i = 0, xO = 1;
while (i <= 2) {
xO = xO + ((i++) * 2); } System.out.println("the value " + xO);
360
int i = 0, xO = 10;
while (i <= 2) {
xO = xO - ((i++) * 2); } System.out.println("the value " + xO);
