JAVA
Open in Telegram
قنواتي حياكم 🦦: https://t.me/Qschat/7 ———————————— للتواصل : @maq5656
Show moreThe country is not specifiedThe category is not specified
360
Subscribers
No data24 hours
No data7 days
No data30 days
Posts Archive
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);
