Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Équipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
Why is my code showing an output of 4, 4, 8 despite writing a code for 1??
c
data
digits
language
numbers
types
-2 Votes
3 Réponses
25th May 2021, 7:15 AM
Saarthak Baadshaah
Connecting html form to mysql database is my error on line 8 of notepads ++???
php
0 Vote
1 Réponse
26th Oct 2020, 2:05 AM
Mari Wright
How can I made a sum like this 18 = 1 + 8 = 9?
help_me
python
ruby
sum
0 Vote
2 Réponses
7th Nov 2016, 5:09 PM
Etabeta1🇮🇹
How do I write a program in Python to display the following number series: 1 2 4 8 16 32 64 128 256 and so on.
number
series
2 Votes
6 Réponses
6th Jan 2018, 4:15 AM
Vishwatma Bhat
Hi! what environment can I get on my win 8 machine, to practice SQL querying on a DB.
sql
0 Vote
3 Réponses
9th Jul 2016, 11:41 PM
Ankit Dwivedi
What is the most stable java version in 2019
11
8
best
java
stable
version
6 Votes
7 Réponses
30th Jan 2019, 4:18 PM
Seniru
What do you think ex:
4
5
7
8
1 Vote
4 Réponses
16th Mar 2018, 1:24 PM
Shad Yakuza
What is the size of void pointer?
0
2
4
8
1 Vote
2 Réponses
22nd Sep 2019, 4:36 AM
suyash sonkesaria
Who can help me out on a java code that solve the problem of arranging the 8 queens chess puzzle
indoor
0 Vote
5 Réponses
5th Aug 2018, 3:08 PM
Onoma Paul
My password validation(code coach) code passes 8 tests but fails 5.i dont kbow the cause pls help me
codecoach
cpp
password
0 Vote
2 Réponses
3rd Apr 2020, 7:43 PM
Abdus Samad
A program in C to print nth term of series 1 1 3 2 9 4 27 8 81 16........
c
0 Vote
4 Réponses
3rd Sep 2018, 2:51 PM
shubhangi
Как создать программу на Python для генерации пароля из 8 символов. Где первые 6 цифры, а последние 2 буквы
generators
python
0 Vote
3 Réponses
17th Oct 2022, 8:31 AM
ReBzya
What is the output of this code? a = 8 b = 4 c = a/b d = str (c) print (2*d)
question
2 Votes
2 Réponses
11th Oct 2020, 2:34 PM
Аскарова Дильноза
Is 8 getting passed to first here . Plz say and 16 to second and also is result storing them.
magic-methods
0 Vote
4 Réponses
19th Jul 2018, 2:05 PM
adarsh pandey
Hpw i print for i in range(8, 99,9) : print (i) output like 8 17 =8 26=8 35=8 ......98=8
experts
python
0 Vote
2 Réponses
12th Aug 2021, 8:28 PM
Silly Tuktuk
Eclipse shift+8 not working
+
8
java
key
shift
2 Votes
5 Réponses
6th Apr 2019, 4:36 PM
Immortal Crow
12&8=(1000)2=______ & is used to AND two number bit wise?
12
4
6
8
1 Vote
2 Réponses
20th Dec 2018, 7:51 AM
Zeshan Ahmed
What is the result of this code? fib={1:1,2:1,3:2,4:3} print (fib.get (4,0) +fib.get (7,5)) the answer derived was 8 !?? How??
no
tags
1 Vote
4 Réponses
7th Jun 2017, 11:44 PM
thomo
Why the output of my code is ( g g g END ) and not (9 8 7 END)
loops
python3
1 Vote
1 Réponse
18th Jun 2018, 5:08 AM
Violet
Fill in the blank to declare a jagged array that contains 8 two dimensional array. int [ ] [ , ] a= new int [_][_];
c#
1 Vote
4 Réponses
29th Apr 2017, 12:36 PM
Saran Kumar
Enumerate 10 characteristics a Python program should adhere to be with PEP 8 style guide complain
code
pep8
python
style
0 Vote
1 Réponse
20th May 2018, 4:41 PM
Manuel Soto
Write a program to take two integers as input and output their sum. Sample Input: 2 8 Sample Output: 10
phyton
-1 Vote
4 Réponses
3rd May 2021, 9:00 PM
Memet Ekin Parlar
What is wrong with this Javascript code? I get this Uncaught ReferenceError: dollarkoers is not defined Line: 8 as error
@sololearn
0 Vote
2 Réponses
1st Apr 2020, 12:50 PM
Rinish Harpal
This is an 8 line PHP Code. And simple 100% error cleared Code... What is its output?
hashes
ucs.tudents
0 Vote
1 Réponse
18th Jan 2019, 12:46 PM
Junk Raider
Please How do u write a code that Prints 100 members of the sequence 2, -3, 4, -5, 6, -7, 8 in C#.
for_loop
1 Vote
3 Réponses
21st Jun 2019, 12:07 PM
ogba japhet
How do u use to make a 8 row columns to read ur initials with your letter
code
codeplayground
0 Vote
1 Réponse
17th Jan 2017, 9:44 AM
Mr Jay
I am looking for a function that find A numbers in B range that sum to C Ex: B =5 A =3 C= 8 Output: 1 2 5 1 3 4
c++
python
python3
1 Vote
8 Réponses
1st May 2021, 1:45 AM
Emad
The size of double and long double in floating point data type is same 8 bytes. Then what is difference between them?
c++
sizeof
1 Vote
4 Réponses
16th Jun 2016, 3:02 PM
Shrishail Mulawad
What is the function of inplace operators really coz x=4 x=x+4 x 8 (this serves the same function)
operators
python
0 Vote
2 Réponses
14th Jul 2016, 11:17 AM
hacker charlo
How to add maximum 5 numbers after arranging 8 or more numbers in for loop in C in descending order?
.
added
code
i
my
-1 Vote
2 Réponses
1st Jun 2018, 5:49 AM
Abhisek Sao
i have about 3000xp in total and level 8 so how do some sololearn mmbers can earn 10000's of xp in a single day even if they win
css
html
points
sololearn
xp
1 Vote
4 Réponses
5th Jun 2020, 9:14 AM
yash agarwal
1 2 3 4 5 next line 6 7 8 9 next line 10 11 12 next line 13 14 next line 15
python3
0 Vote
3 Réponses
23rd Feb 2020, 6:30 AM
Avinash
How they do to link all of those language to create an app? Like Facebook they do it with more than 8 language
android
app
2 Votes
2 Réponses
24th May 2020, 7:48 PM
Jeannot Richecarde
What is d result of this code ? Nums = [9, 8 ,7 ,6, 5] nums.append(4) nums insert (2,11) print (len (nums))
code
result
0 Vote
3 Réponses
17th Sep 2018, 10:07 AM
Aryav Shenoy
Mostrar el promedio de 8 notas de un alumno. Se debe validar las notas (debe estar entre 0 y 20, inclusive).
python
1 Vote
1 Réponse
13th Jun 2019, 2:13 AM
gerado felipa laguna
Hi guys! Just want to ask why in this code the radius is 8 even though there is no input from the user?
c
0 Vote
2 Réponses
5th Sep 2019, 9:39 AM
James Torres
Why is the address of a variable is 12 characters long instead of 8 as given in c course in pointer's section ?
address
c
pointers
1 Vote
2 Réponses
18th Aug 2020, 4:58 AM
Ankush Kurmi
Challenge #8
8
challenge
left-right
reverse
string
2 Votes
3 Réponses
25th Nov 2017, 9:37 AM
Amar Dahake
My code will only output the number 8 the amount of times I want. Not counting up to the user's input. Help?
c++
counting
for
statements
0 Vote
1 Réponse
29th May 2019, 3:36 PM
Danger
why did python return answer as 8 instead of 7 cos i'm told we start counting from 0 ,help i'm a noob
index
phrase
python
0 Vote
2 Réponses
14th Feb 2020, 1:29 PM
Alex Trice
Imagine you have an empty JavaScript array (list=[ ]), If you insert 9 in position 0, 3 in position 1, and then 8 in position 0
#sololearn
2 Votes
2 Réponses
30th Apr 2018, 1:54 PM
shadrach esharive
var x = 8 ,, y = x++ * 5, z = (y % x); alert (z) // z = 0 or 4
40%8=0
0 Vote
2 Réponses
18th Jun 2020, 9:37 AM
cabdiqani Ahmed
Write a program to determine whether a password is strong, medium, or weak Requirement: The password should be at least 8 character long
java
0 Vote
2 Réponses
7th Nov 2018, 3:12 PM
David
I was dual booting (Windows 8 + Kali linux) while kali was installing in my pc , i forcestopped it and the both OS has vanished.
dualboot
kali
linux
os
1 Vote
5 Réponses
27th Apr 2017, 3:18 PM
Nirmal Kakati
When I am in class 8 I read HTML now I am in class 9 then I want to know is there any connection of CSS with HTML
css
2 Votes
4 Réponses
15th Jun 2019, 7:00 PM
kumari Alka
Write a function in C++ to add 8 in all odd values and 6 in all even values of the array a....
arrays
c++
functions
1 Vote
2 Réponses
21st Mar 2018, 3:45 PM
Aditya Mishra
Is it safe to instal any program from the store in windows 8 or 10? I mean that it will not load a virus or any thing like that?
c
c#
c++
php
windows
2 Votes
7 Réponses
23rd Nov 2017, 6:58 PM
Omar
How do I add the numbers between two numbers? For example 4 and 8 add me to 5,6,7 and show the result that is 18
c++
sum
1 Vote
3 Réponses
30th Apr 2020, 4:49 PM
KeynerZzz
i want to learn that if someone hack your account (miniclip account of 8 ball pool) what should i do to take my account back ..
hackit
0 Vote
4 Réponses
10th Jan 2018, 4:58 PM
Majid Chaudhary
i = 1 while i <=28: print(i) i = i + 8 print("Task Incomplete..!") i = 19 while i >=0: print(i) i = i-2 print('
cpython
numeric-operations
sololearn
1 Vote
4 Réponses
26th Aug 2017, 2:21 PM
G.Vamshi Krishna
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
6
7
8
Suivant >
Aujourd'hui en vedette
Does anyone have the solution for this challenge?
2 Votes
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
I am beginner,This is will be right code?
1 Votes
Kernel in Jupyter
2 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Solved# Survey data format in coding for data
1 Votes
How many days will It takes to completely learn front end
4 Votes
SQL
2 Votes
Solution to solving this bugged problem
2 Votes
JAVA PROGRAMMING
1 Votes