- 3

code

can anybody give me the answer of this question int d=3; int f=2; for(d=10; d>6; d--) { System.out.print(f); f++; }

12th Oct 2020, 2:27 AM
sharan
2 Respuestas
+ 4
Welcome to SoloLearn. It's hard to answer you, your question needs some improvements. Some tips: 1- What's your question exactly? I can see a code only. Do you want to know the output of the code? If so you can run it yourself in SoloLearn's online compiler: https://code.sololearn.com/ If you want to know the reason of that output then please clarify. 2- Give a descriptive title and use use relevant tags (include the programming language there), don't share your e-mail, that's not only irrelevant but unsafe. 3- https://www.sololearn.com/Blog/38/8-simple-rules-to-get-help-from-the-community 4- Welcome to the forum: https://www.sololearn.com/discuss/1316935/?ref=app Please clear your query
12th Oct 2020, 2:41 AM
Kevin ★
+ 4
Put Java in place of your e-mail address in the tags up there ☝ And you can simply test that code in the Code Playground if you want to know the output 👍
12th Oct 2020, 2:41 AM
Ipang