0
Unlocking lessons
Hello. Help me please. Can't unlock Level 3 lessons. When you click on the link, the application is closed.
10 Respostas
+ 3
1.Restart your device
2. Uninstall Sololearn and install again
3. Write mail to Sololearn
+ 3
Наиль it can be bug wait a little
+ 3
And check your internet connection
+ 3
Clear your caches then restart your app and still if problem happen then send a mail to sololearn
Or you can give feedback which is Available in this app ..
+ 2
Which lesson
0
I think. You must finish Level2
0
Lesson 3.
Basic concepts.
Variables. I want to start doing the task, but the program closes.
0
1. Rebooted the device.
2. Reinstalled Sololearn.
3. But I haven't written a letter to Sololearn yet.
0
Tell me where is the error in the task of finding the perimeter of the circle?
0
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
double pi = 3.14;
//ваш код
double l = 2 * 3.14 * radius;
System.out.println (l);
}
}