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
There is an error called no match for operator<<(std::basic_ostrem ). I want the below output. Can anyone help me with this ?
c++
0 Vote
3 Réponses
16th Jun 2021, 9:38 AM
J Jenshika
Guys , People say that if you know coding then "sky is the limit". Does that really mean in that way ? See below in description.
help
me
0 Vote
9 Réponses
14th May 2017, 8:30 PM
Ailaf Sajjad kapdi
hey guys hoq to put a second image below the paragraph???... (this is a very easy question)
html
images
0 Vote
2 Réponses
21st Aug 2016, 11:36 AM
marc caudilla
Below mention of sql*plus query in this what is meaning of sign ( ) and " "
mysql
oracle
sql
0 Vote
2 Réponses
2nd Jul 2017, 2:25 PM
Nitin Kotadia
How can I print 1000 value of pi using the following code? Can I use range() function to this below module?
math
modules
pi
python
1 Vote
3 Réponses
13th Dec 2017, 7:00 PM
Bits!
Can we use the below piece of code in c if we've to replace clrscr() function with an user-defined or custom function?
c
clearscreen
function
user-defined
1 Vote
2 Réponses
23rd Oct 2021, 2:19 AM
S Srividhya
My code below is supposed to take a number as input and output the color name at that index. Please explain where I went wrong.
r
vector
1 Vote
3 Réponses
8th Apr 2023, 9:01 PM
Kody Marsh
Guys please is it possible to make a div element background of another div element? If yes please how? Code below
<div>
0 Vote
2 Réponses
8th Jul 2020, 3:43 PM
Emmer
Drag and drop from the options below to create an object of the A class in the B class and call it's "test" method.
classes
java
objects
-1 Vote
4 Réponses
19th Dec 2019, 4:12 PM
Gibson S.B Kasanga
If I provide input using input() it shows syntax error as given below but if I provide this value without input() it works,WHY?
continuationcharacter
exec
function
input
python
string
syntax
syntaxerror
2 Votes
1 Réponse
6th Oct 2020, 5:56 PM
Hemant
Find the errors (There are 2 errors).Assuming words is a valid list of words, the program below tries to print the list in rever
python3
1 Vote
3 Réponses
23rd Dec 2020, 6:57 AM
Kashish Juneja
How can I print 1000 value of pi using the following code? Can I use range() function to this below method?
math
modules
pi
python
1 Vote
3 Réponses
13th Dec 2017, 6:59 PM
Bits!
The third test case of "Balanced Parentheses" which is 100XP in python is hidden and it doesn't give clue attaching my ans below
100xp
data-structure
last
python
question
sololearn
0 Vote
2 Réponses
6th May 2022, 6:15 AM
Ratnesh N. Singh
Javascript NullPointerException. The same below code is running errors free in my Ide but get errors in sololearn ide
javascript
0 Vote
1 Réponse
1st Oct 2024, 12:30 PM
DevjiCoder
Below is the code to print occurence of digit 4 among given numbers.Plze help me correct the code to get desired output
help
java
problem_solving
1 Vote
2 Réponses
13th Dec 2021, 2:39 PM
Tanu Jain
Fill in the blanks to align the list items to the left, position them below each other, and remove the bullet point.
responsivewebdesign
0 Vote
3 Réponses
27th Sep 2022, 8:10 AM
Ash Ketchum
Display all the numbers between 0 and 200 satisfying all the below conditions. Conditions: i) Sum of the digits should be 9
java
-2 Votes
2 Réponses
1st Oct 2022, 8:07 PM
Dhoni Smash
Anyone Can Solve This Problem? (In the below function some mistake. please solve and put correct answer.)
error
function-arguments
python
python3
readonly
sololearn
-1 Vote
1 Réponse
14th Dec 2017, 12:49 PM
Ibrahim
I just dont know why some codes do not work on solo learn... But works on the pc.. Take the code below as an example
c
1 Vote
3 Réponses
12th Aug 2019, 12:15 AM
cerebrocerberus
finding the missing alphabet in a palindrome series.in the below code i could not understand the looping condition .can any one
python3
0 Vote
2 Réponses
6th Jul 2018, 5:53 AM
Gokula Krishnan S
How can we minimize or decrease the speed of execution as well as memory occupied for the below code . Please help me in this.
<cpp>
4 Votes
2 Réponses
9th Sep 2018, 1:44 AM
Ronald
I don't know why the cod below did not run . What could be the problem help me out
<html>
0 Vote
2 Réponses
26th Dec 2021, 12:10 PM
Olatuja Babajide Samuel
The code below ends to the error: "cannot implicitly convert "string" to "int". I can't get the logical point.
c#
if-statements
int
strings
type-conversion
0 Vote
1 Réponse
23rd Sep 2020, 6:51 AM
Ali Barmaki
In d below program the Output will come as 2 3 1 100 how it vl come can anyone explain? how d sop Statement work here?
java
1 Vote
7 Réponses
2nd Sep 2016, 2:56 PM
suji prem
Can someone help with a php code for birthday validation so that student below 20 year's wouldn't be able to register
forms
0 Vote
2 Réponses
3rd Sep 2020, 5:27 PM
Adeyemo Rasheed
Can someone please take a look at my web design code at the links below or on solo learn. Any feedback would be really helpful?
code,
feedback,
help
web-design,
website,
2 Votes
5 Réponses
9th Jul 2017, 7:56 PM
Prince Breifne
i. Write an infinite 'while loop' by combining the two logic expressions a. and b. given below using the operators 'and' or 'or
python
0 Vote
3 Réponses
7th Sep 2022, 4:52 AM
අජිත් ලියනාරච්චි
Does anyone can tell me how to add a border on a woocommerce shop page below each row of products?
border
bottom
0 Vote
2 Réponses
3rd Sep 2020, 6:22 PM
Hector Diaz
Below is my program for reverse method which I couldn't get the output of: could you tell me the reason?
python
0 Vote
3 Réponses
19th Mar 2016, 6:29 AM
Jay Khamar
What is the use of x<5 in the below code?? I mean the use in arrays and not in the for loop
arrays
c++
1 Vote
2 Réponses
8th Mar 2020, 6:05 AM
Rahil Kamdar
Why in the below program the output is not 12345 instead the output is displayed in separate lines?
loops
python
0 Vote
2 Réponses
24th May 2017, 2:17 PM
kishore kumar
Please someone say why the code below prints all the 3 print's..while it should print the third print whichs "bye!" since 8==8
help
python3
2 Votes
1 Réponse
1st Dec 2018, 8:03 PM
RiGeL
I get the code given down below on sololearn challenge, can somebody tell me why here the dictionary length is coming out 4?
dictionaries
python3
1 Vote
2 Réponses
7th Apr 2020, 7:18 AM
Sp Maurya
I got the error Process killed , because it ran longer than 10 seconds when i ran the code below .Please Help me
function-arguments
kotlin
0 Vote
2 Réponses
24th Feb 2021, 10:22 AM
Chiến Nguyễn Ngọc
can anyone tell me why the code below named 1 java 1 is not working properly... while the code named java 2 is working fine??
beginners
iostream
java
1 Vote
5 Réponses
10th Dec 2017, 3:39 PM
SubbaReddy G
For the below code , if the inputs are large such as x=11111111 y=11111222 it shows time limit exceeded ? How to overcome this?
c++
runtime
3 Votes
3 Réponses
14th Jan 2017, 8:02 AM
Anvesh
Please Help me Guys. I don't know why this code is not showing any image nor any error message. Below are my codes.
awt
blob
java
jlabel
mysql
swing
1 Vote
2 Réponses
6th Jun 2021, 6:01 AM
BAYODE BLESSING AKINBOLA
The program below prints an array in descending order.what changes can i make to print it in ascending order? thank you
array
cpp
help!
1 Vote
1 Réponse
10th Dec 2018, 7:46 PM
RiGeL
I was doing code coach and solved it but can't understand why in one case it loops and in the other it doesn't. Links below
python
0 Vote
4 Réponses
15th Sep 2020, 4:11 AM
Anton
Is this correct C program to find Area to be painted of room neglecting door area & 2 windows area? Program shared below 👇
c
1 Vote
1 Réponse
5th Mar 2023, 7:30 PM
Sush
Can anyone help me to count the words in line. The words can be separated by '.' , ',' , ' ' , '\t' , ';' plz refer code below
c
c++
1 Vote
10 Réponses
26th Aug 2017, 5:05 PM
Ankush Mamidwar
Why the code below generate error (cs1061), when I run it in solo learn, but it is ok when I run it in my laptop?
c#
0 Vote
3 Réponses
22nd Oct 2021, 3:34 AM
Budiman Budiman
Java code-how to waive shipping rate of $10 if subtotal before tax's above $39 and shipping rate remains if below $40
code
java
0 Vote
2 Réponses
19th Apr 2020, 11:29 AM
Teo Hui Min
The below C program takes two input a,b but when executed it asks for another null input before printing the sum of a,b. Why?
buffer
c
input
0 Vote
3 Réponses
28th May 2021, 3:42 PM
SATYAM SINGH
Can someone please explain the below question? Input was given and we have to find the output. I got the output like that. How?
python3
1 Vote
2 Réponses
15th Nov 2020, 7:56 AM
Sam
The Array below reads 5 numbers and prints the largest number,but what changes i should make to print out the smallest number???
c++
1 Vote
3 Réponses
14th Jul 2017, 12:52 PM
RiGeL
Hey friends! Give me defination of second loop on my below description and reply me why its sum is 20.
c++
is
it
1 Vote
1 Réponse
15th Aug 2018, 6:12 PM
Albert Whittaker :Shaken To Code
The below code is showing syntax error at line 21 where else: is given. Could anyone pls tell me what is wrong with it?
python
1 Vote
2 Réponses
24th Jan 2022, 2:54 PM
Sam
I am having trouble loading the javascript files on the code below to enable the toggle button on the top-right to work.
bootstrap
cdn
javascript
responsive
0 Vote
1 Réponse
13th May 2019, 11:30 PM
prime omondi
Please explain this code.. how does "sum" assign its value from " i" in this code below ?
code
javascript
-1 Vote
2 Réponses
3rd Sep 2017, 3:05 PM
$ Suresh Purohit $
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
...
15
16
17
18
Suivant >
Aujourd'hui en vedette
New code
1 Votes
Does anyone have the solution for this challenge?
1 Votes
How would you solve the part of the C# Intermediate code project that requires operator overloading?
0 Votes
Solved# Survey data format in coding for data
1 Votes
Solved Ai generated practice the last question
0 Votes
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
I am beginner,This is will be right code?
0 Votes
How to add unordered lists in HTML.
0 Votes
What is the use of .kt classes in the React Native project
0 Votes