0
What is the output?????
public class Program { public static void main(String[] args) { for(int x=0; x<=10; x=x+2) { System.out.println(x); } int i=10; while(i>0) { i-=2; System.out.println(i); } } }
5 Antworten
+ 5
Go to Code Playground, create new Java code, paste and Run, it's easy.
+ 2
@Bashdar okay, so anyway, a friend here needs help, maybe you can look at the thread and give an idea for solution, and help that friend? will appreciate your help...
https://www.sololearn.com/Discuss/812514/?ref=app
+ 1
Well, if you want to make it a challenge you can clearly explained it in the question title and tags, at least use "[Challenge]" prefix for the title and "challenges" in the tag.
What do you mean by training? you give free training for others? if you already know the answer then why you ask again? you want to test others? ask something you really need to know, or answer others question to share what you already know :)
+ 1
just for test others?? i know easy code and you are true... i know this department Q&A Discussion , but i like test others..
0
i know answer , but just for training......