application problem | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 35

application problem

i was quite ahead in the learning process but suddenly i get back to the html basics at table tabs ....why this happen....plzz help me solve out this problem

2nd Aug 2016, 7:55 AM
gaurav
gaurav - avatar
19 Answers
+ 62
Please send us an email via [email protected] so we can help.
2nd Aug 2016, 9:18 AM
Sololearn
Sololearn - avatar
+ 20
happy to see your comments here for app improvement : https://www.sololearn.com/Discuss/982445/?ref=app thanks
12th Jan 2018, 2:00 PM
Alfred
+ 12
class AddItAll_Using_For_Loop_WhileLoop_And_DoWhile_Loop { public static void main(String[] args) { int sum_of_all=0; int till=100; int j=0; //For Loop for(j=0;j<=till;j++) { sum_of_all+=j; } System.out.println("Using For Loop | Sum of all natural numbers till "+till+" is => "+sum_of_all+"\n"); //While Loop while(j<=till) { sum_of_all+=j; j++; } System.out.println("Using While Loop | Sum of all natural numbers till "+till+" is => "+sum_of_all+"\n"); //Do...While do { sum_of_all+=j; j++; }while(j<=till); System.out.println("Using Do...While Loop | Sum of all natural numbers till "+till+" is => "+sum_of_all+"\n"); //with all loops value will be same i did just for explanation of all loops. } } why value increased in do while loop when running the program
2nd Feb 2017, 5:09 PM
Bruh
+ 8
there is a problem with my sololearn app it pops up messages sating that people are up voting my posts but when I look at my posts I still only have zero likes what is wrong and how can I fix it
4th Nov 2017, 8:38 AM
Devil.D
Devil.D - avatar
+ 5
Slowing
6th Aug 2017, 5:45 PM
Sudipta Sadhu
Sudipta Sadhu - avatar
+ 5
I can not send a single lesson. I translated them all into Russian, and I want to share the translation. I wrote one text, and it lies in the drafts. What next with him to do?
22nd Dec 2017, 3:38 AM
Arsenii Yamnii
Arsenii Yamnii - avatar
+ 2
you need to edit your program because when I tried writing a program that wloud add 5 exp to my profile it did witch means that you dont use a block chain . I only added 5exp but how many other people cloud just add any number of exp they wanted or take away another users exp because we are all programmers after all
6th Jan 2018, 1:05 PM
Devil.D
Devil.D - avatar
+ 1
Sololearn is awesome... I need someone to challenge me in mysql
15th Aug 2020, 4:04 AM
PAULO S. SHIRIMA
PAULO S.  SHIRIMA - avatar
+ 1
Testing
10th Dec 2020, 5:42 PM
Josemygel
Josemygel - avatar
+ 1
fyyrzji5r nutpuieewhv
3rd Mar 2024, 10:03 AM
Mubarak Alimiyaw
Mubarak Alimiyaw - avatar
0
sololearn nice play game programming the game top c# java
29th Aug 2018, 12:53 PM
andre Akinin
andre Akinin - avatar
0
hay
16th Apr 2019, 7:13 AM
sajad naseri
28th Apr 2019, 6:56 PM
Putto Putto
0
Someone challenged me in Java and I answered only 2 questions and quit without continuing. Then I got a message that I lost the challenge and lost 32 xp. Why did this happen? At least I didnt face all the questions
22nd Jun 2019, 8:11 AM
Rᴀ.Oɴᴇ
Rᴀ.Oɴᴇ - avatar
0
Naice
22nd Aug 2019, 11:57 AM
Jyoti
Jyoti - avatar
0
A 0 80 na
29th Aug 2019, 1:29 PM
Adam Młynarczyk
Adam Młynarczyk - avatar
- 1
<html> <head> <title> </title> <body> {Public static void main (String []args){ int sum-of-all=0; int till=100; int j=0; //for Loop for (j=0;j <=till;j++) { sum-of-all+=j; } System.out.println ("Using for Loop |sum of all natural numbers till "+till+" is=> "+sum-of-all+"\n"); //While Loop while (j <=till) {sum -of-all+=j; j++; } System.out.println ("Using While Loop|sum of all natural numbers till "+till+"is=> "sum -of-all+"\n"); //D...While do { Sum-of-all+=j; j++;} While(j <=till ); System.out.println ("Using Do...While Loop | sum of all natural numbers till "+till +" is=>"+sum -of-all+"\n"); //With all loops value will be Same is did just for exploration of loops } } </body> </head> </html>
11th Feb 2020, 1:48 PM
الفاتح
الفاتح - avatar
- 1
It was refresh because it was heated
12th Jun 2020, 2:30 AM
Chris Happy
Chris Happy - avatar