+ 11
FreeCodeCamp
I can't connect my FreeCodeCamp account to SoloLearn, anyone help?
14 Answers
+ 8
You have to enter your freecodecamp USER NAME, with same characters and uppercase/lowercase letters, it should work.
+ 8
Hi bro, post that as a question, so more people can see it! 😁👍
+ 7
That account doesn't exist...
+ 7
I checked all things
+ 7
I'll try again now
+ 5
What error you are getting?
+ 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
+ 1
9
+ 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.
+ 1
A R Y A N yes exact same name and i cannot see any password page cause no progress from user name screen
+ 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.
+ 1
A R Y A N noted. Will try. Thanks.
0
I am also not able to connect the account, i used the same character, upper/lower case. Error "the account does not exist"
- 6
سلام زیتون