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
Write a program that asks the user for a number n and prints the sum of the numbers 1 to n
python3
0 Vote
3 Réponses
18th Apr 2018, 4:46 PM
Scape Goat
Can anyone tell me why m not passing test cases after passing 1 and 2?
halloween_candy
testcase
0 Vote
3 Réponses
25th Dec 2019, 11:03 AM
Iraz Irfan
i got a challenge from sololearn itself but a lvl 1 and the questions are HARD
hard
sololearn
1 Vote
2 Réponses
15th Oct 2020, 8:23 PM
Alex Foxnation
how to write a series of increasing cmmndiff with a cmmndiff 1 upto 7 terms starting from 0.
javascript
3 Votes
8 Réponses
8th Mar 2017, 12:57 PM
Abdus Samad
What is the output of this program?void main (){int a;a=100>>90>>80;printf("%d",a);} options are 0 1 error
c
program
3 Votes
3 Réponses
16th Feb 2017, 1:02 PM
Iswarya
how to print a number from 10 to 1. Using do while loop. But The Initial value shoudl be 1
c++
0 Vote
14 Réponses
12th Nov 2017, 6:02 PM
Abdul Wahab
How can I get the perfect numbers from 1 to 10000 using for loops. No functions
python3
2 Votes
2 Réponses
14th Aug 2020, 10:36 AM
Roy
For the numbers between 1 to 1000 ,find all the numbers whose digit sum is 6.
code
java
program
1 Vote
2 Réponses
21st Apr 2019, 9:34 AM
shu
Everything what is needed, i did! But still 1 test case is getting failed! What's wrong?
kotlin
0 Vote
4 Réponses
22nd Jan 2022, 6:21 PM
Annesh Lobdha Singh
How do I print numbers like this: 1 21 321 in the shape of a pyramid
forms
java
loops
2 Votes
5 Réponses
16th Oct 2017, 9:45 PM
Anthony
num = int(input()) def fibonacci(n): if n==1: return 0 elif n==2: return 1 else: return fibonacci (n-1) + fibonacci (
exsercise
fibonacci
python
series
1 Vote
7 Réponses
23rd Dec 2020, 1:07 PM
ARNAV SINGH
Can we use property of function 1 in another function in a same program? If yes ...then how
java
1 Vote
8 Réponses
16th May 2018, 1:58 PM
Harsh Agrawal
i need one java program This pattern 1 5 8 10 2 6 9 3 7 4
java
patttern
quick
solution
talent
1 Vote
5 Réponses
14th May 2018, 1:55 AM
Sripragathiswar
What is the meaning of 1 day streak? How we can earn xp from it?
question
streak
xp
1 Vote
2 Réponses
17th Sep 2017, 8:00 AM
Samudi Virasha
x = 1 while x < 10: if x%2 == 0: print(str(x) + " is even") else: print(str(x) + " is odd") elif:
help
3 Votes
7 Réponses
12th Aug 2020, 2:27 AM
Hacker Tamil Tamila
Plz check this code .After 1 attempt the result is coming wrong.Plz help and thanks in advance.
button
0 Vote
4 Réponses
14th Jun 2020, 3:11 PM
Aditya sahani
Why do SoloLearn doesn't support more than 1 input in Non-Web programming languages? And why it doesn't show the title?
c
c#
c++
input
java
kotlin
python
ruby
sololearn
4 Votes
5 Réponses
16th Jun 2018, 3:45 PM
Redacted
Write a program to find the sum of natural numbers from 1 to 10.
class
complete
java
scanner
0 Vote
1 Réponse
3rd Sep 2021, 9:05 AM
Asmit Choudhary
What is the Output of this Code, And explain why it Outputs from 1 to 64
list
listslice
slice
2 Votes
1 Réponse
3rd Mar 2022, 5:35 AM
David Mphande
I need help again pls. Switch Statement 1 -1stYear 2 -2ndYear 3 -3rdYear 4 -4thYear ----- Example: Enter Num:2 2ndYear
c++
1 Vote
11 Réponses
10th Mar 2019, 11:43 PM
Rhea May Abay
Why is 1 or 0 when i put x%=2 and my variable x i set 2 or another pair number
python
python3
1 Vote
5 Réponses
3rd May 2020, 6:21 AM
Deysi Lucero Puscan Remon
What has happend to the "i" in the playground
1
c#
i
1 Vote
2 Réponses
3rd Apr 2018, 8:32 PM
sneeze
I need help to remove spaces form list. For example user gives input as 1 + 1.
python3
-1 Vote
5 Réponses
20th Mar 2021, 1:54 AM
Rohan Raj Shrestha
Enter the number N from 1 to 9. Display all two-digit numbers that are multiples of N.
c#
0 Vote
2 Réponses
30th Oct 2020, 11:44 AM
alinaeva
Write a program to print hello world without using semi colon(;)? LET'S SEE HOW MANY SUCH CODES ARE POSSIBLE. I KNOW 1 No Google
c
c++
java
3 Votes
21 Réponses
12th Jul 2017, 5:54 PM
SHIVANSH NEMA
Does it makes any difference if i write return 1 or return 11 ?
c++
0 Vote
2 Réponses
20th May 2018, 5:07 PM
shivam singhania
How could I write a python to calculate the sum from 1 to 10?
python
1 Vote
3 Réponses
21st Jan 2018, 9:42 PM
Xinjing
Why do we use return 0; in C++,Can we put integer 1 in return?
saransh
0 Vote
2 Réponses
12th Aug 2020, 1:43 AM
Saransh
Hi guys, Im new here and i want a help to my java program. I want to 0,5,6,7, will have a value of 1 and the others are 2.
java
2 Votes
18 Réponses
15th Sep 2021, 10:16 AM
F John
Сколько раз надо повторить материал, чтобы полностью выучить Python?
1
2
3
5
2 Votes
5 Réponses
26th Jun 2019, 7:10 PM
Phil
Hi,can someone please help me what's wrong with this python code ? I keep getting 1 error.
code
error
python3
1 Vote
5 Réponses
5th Sep 2020, 5:49 PM
Sushobhan Sengupta
1 2 5 5 11 12 12 25 26 27 in c++ soltion with explanation
c++
for
loops
0 Vote
3 Réponses
1st Jun 2018, 4:12 PM
Preet Aman
c = 0 for x in range(10): for y in range(5): c += 1 print(c)
python
-1 Vote
3 Réponses
12th Jun 2021, 5:51 AM
Deepak Murmu
Please explain the codes snippet how the code working and returning 1 10?
bit
code
shift.
0 Vote
1 Réponse
25th Feb 2020, 5:37 PM
Arshia
how can merge a java program with its external class in 1 file???
claa
class
classjava
java
javaclass
3 Votes
1 Réponse
10th Nov 2016, 6:44 PM
Reza PourMohammadHosein Niaky
Write a program which will print odd numbers between 1 and 100. Use the for loop.
python
0 Vote
4 Réponses
25th Sep 2017, 10:14 AM
Бауыржан
Which one is better for learning programming 1 pdf(programming books) 2 video tutorials 3 solo learn
c++
java
javascript
php
3 Votes
4 Réponses
18th Jul 2017, 2:04 PM
Million Gashawbeza
Write a c program to find the twin prime numbers from 1 to n numbers.
pr
0 Vote
3 Réponses
2nd Jun 2020, 1:12 PM
P.Madhusmara
Write a program to take N numbers as input and output all even numbers from 1 to N inclusive, each on a new line.
c#
0 Vote
11 Réponses
26th Jun 2021, 2:09 PM
Swapnil Kamdi
def h(n): f = 0 for i in range(1,n+1): if n%i == 0: f = f + 1 return(f == 2)
python3
0 Vote
5 Réponses
16th Feb 2018, 3:20 AM
I Am a Baked Potato
What is the answer to the following - Functional Programming Question 1 in Tutorial
functional
functions
higher-order
programming
0 Vote
1 Réponse
24th Aug 2018, 1:00 AM
J. Gallagher
Rate yourself in programming on the scale of 1 to 10 as programmer.
don'tbrag
rate
sololearn
0 Vote
1 Réponse
25th Apr 2018, 1:11 PM
★Aniket Mashilkar★
Hello, how can I get the output? Print(_____ *12), If the variable years is 15
1
module
quiz
0 Vote
2 Réponses
3rd Dec 2022, 8:12 PM
Mehbu
Write a program to print armstrong numbers from 1 to 500
@@
-1 Vote
1 Réponse
19th Aug 2018, 11:10 AM
Siddhi Agarwal
Please help me remove this 1 error from my c program
c
-6 Votes
3 Réponses
5th Nov 2017, 4:51 AM
Krutika Sawant
Will line 1 give me an error ? If yes, why?
java
package
0 Vote
1 Réponse
8th Jul 2017, 3:35 PM
Learner
I need help with this code....it keeps on giving me this error....$ not defined: line 1
html
jquery
0 Vote
6 Réponses
23rd Apr 2017, 4:16 PM
Elijah Arhinful
Can we make more than 1 class on the solo learn editor like that in case of constructor
java
2 Votes
4 Réponses
25th Jun 2018, 5:57 AM
shivangi Tiwari
When we use multidimensional array , like int [][]= a {{c,b,b}{g,u,o}} Then is it array 0 and array 1 or array 1 and array 2?
arrays
java
0 Vote
1 Réponse
10th Dec 2016, 4:22 PM
Sana Khanam
Write a c++ proramme to PRInt the pattern 54321 1234 321 12 1
nestedloop
pattetns
0 Vote
2 Réponses
16th Oct 2017, 12:45 PM
misha
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
25
26
27
...
41
Suivant >
Aujourd'hui en vedette
SQL
3 Votes
HTML/CSS questions
0 Votes
Html
1 Votes
How can I continue with my goal if I lost all my lives?
0 Votes
Find courses
0 Votes
How to learn css and html
0 Votes
Certificate Problem
0 Votes
member initializer list : order of evaluation
0 Votes
Why rare programming languages disappeared in sololearn?
1 Votes
what the hell is going on this lessons cause i cant undrstand anything on any of the lessons
0 Votes