What are the major "goals to achieve" in programming right now?...And when will we know them | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

What are the major "goals to achieve" in programming right now?...And when will we know them

11th Dec 2017, 6:23 PM
Prerit Kumar
Prerit Kumar - avatar
8 Answers
+ 5
interesting question 👍 i missed that ';'
24th Dec 2017, 8:20 AM
Riyad Arshad
Riyad Arshad - avatar
+ 4
Umm.... Save the whales, save the trees, and feed the people in Africa that are hungry. As far as I know, we don't have some master list, so don't worry, none of us received the memo about it. You can either look for problems and provide solutions, or you can listen to other people's problems and then provide them with a solution. Basically, you're a problem-solution person.
11th Dec 2017, 7:39 PM
AgentSmith
+ 4
your one question which you send to the solo learn in java section is wrong! the output of the following code will be 12345 and according to you it's six , How? code => What will be the output of the code? int i; for(int i = 1 ; i<=5;i++) System.out.print(i);
24th Dec 2017, 5:12 AM
Riyad Arshad
Riyad Arshad - avatar
+ 4
nice
24th Dec 2017, 8:19 AM
Riyad Arshad
Riyad Arshad - avatar
+ 3
no u missed one token....the semi colon after the for statement...that makes it an empty loop
24th Dec 2017, 7:45 AM
Prerit Kumar
Prerit Kumar - avatar
+ 3
thank u for noticing atlast
24th Dec 2017, 7:45 AM
Prerit Kumar
Prerit Kumar - avatar
+ 3
ok
24th Dec 2017, 8:19 AM
Riyad Arshad
Riyad Arshad - avatar
+ 1
int i; for(int i = 1 ; i<=5;i++);//here System.out.print(i);
24th Dec 2017, 7:46 AM
Prerit Kumar
Prerit Kumar - avatar