JAVA
Kanalga Telegram’da o‘tish
قنواتي حياكم 🦦: https://t.me/Qschat/7 ———————————— للتواصل : @maq5656
Ko'proq ko'rsatishMamlakat belgilanmaganToif belgilanmagan
360
Obunachilar
Ma'lumot yo'q24 soatlar
Ma'lumot yo'q7 kunlar
Ma'lumot yo'q30 kunlar
Postlar arxiv
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);
