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

FreeCodeCamp

I can't connect my FreeCodeCamp account to SoloLearn, anyone help?

26th Nov 2019, 4:27 PM
🇳​🇮​🇰​🇴​🇱​🇦​ 🇵​🇪​🇹​🇷​🇮​🇨​
🇳​🇮​🇰​🇴​🇱​🇦​      🇵​🇪​🇹​🇷​🇮​🇨​ - avatar
14 Answers
+ 8
You have to enter your freecodecamp USER NAME, with same characters and uppercase/lowercase letters, it should work.
26th Nov 2019, 6:40 PM
NightFox
NightFox - avatar
+ 8
Hi bro, post that as a question, so more people can see it! 😁👍
28th Nov 2019, 12:58 PM
🇳​🇮​🇰​🇴​🇱​🇦​ 🇵​🇪​🇹​🇷​🇮​🇨​
🇳​🇮​🇰​🇴​🇱​🇦​      🇵​🇪​🇹​🇷​🇮​🇨​ - avatar
+ 7
That account doesn't exist...
26th Nov 2019, 5:25 PM
🇳​🇮​🇰​🇴​🇱​🇦​ 🇵​🇪​🇹​🇷​🇮​🇨​
🇳​🇮​🇰​🇴​🇱​🇦​      🇵​🇪​🇹​🇷​🇮​🇨​ - avatar
+ 7
I checked all things
26th Nov 2019, 5:25 PM
🇳​🇮​🇰​🇴​🇱​🇦​ 🇵​🇪​🇹​🇷​🇮​🇨​
🇳​🇮​🇰​🇴​🇱​🇦​      🇵​🇪​🇹​🇷​🇮​🇨​ - avatar
+ 7
I'll try again now
26th Nov 2019, 6:44 PM
🇳​🇮​🇰​🇴​🇱​🇦​ 🇵​🇪​🇹​🇷​🇮​🇨​
🇳​🇮​🇰​🇴​🇱​🇦​      🇵​🇪​🇹​🇷​🇮​🇨​ - avatar
+ 5
What error you are getting?
26th Nov 2019, 5:23 PM
Aryan Rai
Aryan Rai - avatar
+ 3
mport java.util.Scanner; // Compiler version JDK 11.0.2 class Dcoder { public static void main(String args[]) { int arr[] = new int [8]; Scanner sc = new Scanner(System.in); System.out.print("Enter 8 Digits (Separate with space):"); for(int i = 0; i < arr.length; i++) { arr[i] = sc.nextInt(); } int temp = 0; for(int i = 0; i < arr.length; i++) { for(int j = i + 1; j < arr.length; j++) { if (arr[i] > arr[j]) { temp = arr[i]; arr[i] = arr[j]; arr[j] = temp; } } } for(int i = 0; i < arr.length; i++){ System.out.print(arr[i] + " "); } } } Guys please help me with this because I don't really understand the flow of my code. Please help
28th Nov 2019, 12:56 PM
Nerb
Nerb - avatar
+ 1
9
27th Nov 2019, 1:52 PM
Juraj Siman
Juraj Siman - avatar
+ 1
Zayed Shareef Hass'an Hi, Have you entered the exact same username with which you have registered on freecodecamp and also the correct password.
2nd Jan 2020, 6:54 AM
Aryan Rai
Aryan Rai - avatar
+ 1
A R Y A N yes exact same name and i cannot see any password page cause no progress from user name screen
2nd Jan 2020, 6:56 AM
Zayed Shareef Hassaan
Zayed Shareef Hassaan - avatar
+ 1
Zayed Shareef Hass'an Try restarting the app or clearing it's cache and then try again. If then also the same problem occurs try after sometime.
2nd Jan 2020, 6:58 AM
Aryan Rai
Aryan Rai - avatar
+ 1
A R Y A N noted. Will try. Thanks.
2nd Jan 2020, 6:59 AM
Zayed Shareef Hassaan
Zayed Shareef Hassaan - avatar
0
I am also not able to connect the account, i used the same character, upper/lower case. Error "the account does not exist"
2nd Jan 2020, 6:51 AM
Zayed Shareef Hassaan
Zayed Shareef Hassaan - avatar
- 6
سلام زیتون
28th Nov 2019, 6:01 AM
erfan
erfan - avatar