is there any way ta contact someone in my followers or make private messages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

is there any way ta contact someone in my followers or make private messages?

5th Apr 2017, 6:31 PM
Abdihakiim Yuusuf Aadan
Abdihakiim Yuusuf Aadan - avatar
7 Answers
+ 9
no..not yet introduced
5th Apr 2017, 6:39 PM
Husnain Javaid
Husnain Javaid - avatar
+ 4
Well, many Sololearners are requesting a chat feature. Maybe Sololearn will introduce it soon.
6th Apr 2017, 1:00 AM
Krishna Teja Yeluripati
Krishna Teja Yeluripati - avatar
+ 2
Not yet
5th Apr 2017, 6:39 PM
Welliton Malta
Welliton Malta - avatar
+ 2
if it there,it would be even better sololearn, but any way waiting a new variation with that features. thanks.
5th Apr 2017, 6:48 PM
Abdihakiim Yuusuf Aadan
Abdihakiim Yuusuf Aadan - avatar
+ 2
ya abdayn tell me the output of this code
22nd May 2017, 7:29 PM
Nimo Bidhiidh
Nimo Bidhiidh - avatar
+ 2
class MyClass { public static void main(String[ ] args) { int result=0; for(i=3;i<5;i++){ if (i==3){ result+=10; } else{ result+=i; } } System.out.println(result); }
22nd May 2017, 7:31 PM
Nimo Bidhiidh
Nimo Bidhiidh - avatar
- 1
class MyClass { public static void main(String[ ] args) { int result=0; for(int i=3;i<5;i++){ if (i==3){ result+=10; } else{ result+=i; } } System.out.println(result); } } =14
22nd May 2017, 7:57 PM
Abdihakiim Yuusuf Aadan
Abdihakiim Yuusuf Aadan - avatar