Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
In the overload function, shouldn't the parameter be 'obj' instead of '&obj'??
c++
operator-overloading
2 голосов
4 ответов
4th Mar 2017, 6:48 PM
Xin Xu
The questions in php section involving the use of "&" operator . Shouldn't they be removed ?
challenges
obsolete
php
quiz
11 голосов
19 ответов
18th Nov 2017, 10:45 AM
Kash
Why ((+ or -)any numeric value)/0.0 gives (+ or -)infinity? Shouldn't it be an ArithmeticException?
java
2 голосов
10 ответов
16th Nov 2018, 5:16 PM
Sadman Sakib
Why am I getting 0 as the output? Shouldn't the output be 40?
c
code
output
0 голосов
6 ответов
9th Mar 2018, 4:39 PM
Atiq Rahman
Please help me know why this code prints 50?? Shouldn't the answer be a boolean value?
code
help
output
python
2 голосов
7 ответов
26th May 2020, 5:46 AM
Shivangi Agarwal
In challanges , shouldn't sololearn allow variable answer length instead of a fixed one.
sololearn
1 голос
4 ответов
7th Aug 2020, 6:55 AM
MUDIT JAIN
Why in while loop we have 0 in output? Shouldn't it start with 1?
loops
0 голосов
4 ответов
13th Sep 2019, 8:57 PM
Mikael Ovakimyan
People who are only working with html/css shouldn't call themselfs programmer or coder?
css
html
php
0 голосов
3 ответов
21st Mar 2019, 12:46 PM
Nurettin Esentürk
Shouldn't sololearn have an option to see who's online and ask them our doubts?
coding
colleagues
friend
java
javascript
node.js
programming
query
sololearn
5 голосов
2 ответов
5th May 2017, 1:05 PM
Vishnu ks
Can anyone give me validation for input field where it shouldn't accept blank spaces.
javascript
sololearn
0 голосов
5 ответов
20th Nov 2018, 6:17 AM
Pavankumar A N
In order to print out C, shouldn't it be (myNames[3]) and not (myNames[2])?
arrays
java
0 голосов
4 ответов
20th Jul 2016, 9:05 AM
Peti Stoik
Shouldn't this app have some more courses like XML and XHTML ?
xhtml
xml
2 голосов
1 ответ
3rd Jun 2017, 8:41 AM
Ashu
Shouldn't a parameter be a variable? How can an object be a parameter?
c#
readonly
this
1 голос
3 ответов
4th Jan 2017, 9:48 AM
박경록
Shouldn't be the var name be defined before it's use? Please correct me if i am wrong.
c++
encapsulation
1 голос
14 ответов
6th Apr 2017, 4:51 AM
Pranav Banerjee
Shouldn't SoloLearn have a "Computer Science Fundamentals" course, or something like it?
basics
computer
fundamentals
science
sololearn
2 голосов
1 ответ
18th Jul 2017, 7:41 PM
Eric Nunn
Since there are great challengers here, who get 5/5, shouldn't there be a badge for getting "draw in a row"?
community
html
web
11 голосов
21 ответ
16th Sep 2017, 9:09 AM
Bamgbose Adegbuyi
Shouldn't SoloLearn post difficult questions for practice and become like LeetCode or Code Forces?
feedback
java
python
1 голос
1 ответ
20th Oct 2022, 12:00 AM
Kausik Kar
Challenges: Shouldn't there be an explanation after a wrong answer? sometimes the right answer isn't enough
answer
challenges
cpp
explanation
improve
python
4 голосов
5 ответов
26th Aug 2017, 6:09 AM
Jay Jeffrey
for i in range(5): print("hello!") - shouldn't this list out 6 lines (0-5?)
loops
python
0 голосов
1 ответ
25th Mar 2020, 6:58 PM
kevin
Shouldn't be there on solo learn a options of chat to your challenger??
sololearn
1 голос
2 ответов
27th Sep 2017, 1:22 PM
Anurag Agrwal
Sololearn is the best for beginners such as myself. Shouldn't it add advanced courses?
question
1 голос
3 ответов
11th Oct 2017, 12:19 AM
Arldo Bln
Shouldn't this code print out the items in my list instead of what its printing out
pythonlist
0 голосов
5 ответов
13th Dec 2018, 8:33 AM
Sotomi Oluwadmilola
shouldn't I get output of question "hello"+'world' as helloworld? I am getting hello world
python
strings
0 голосов
3 ответов
13th Sep 2016, 4:40 PM
Brij Hirpara
Hey folks shouldn't this app improve. should include even a corner of chat.
sololearn
0 голосов
2 ответов
27th Feb 2017, 7:57 AM
JAY RATHOD
Why do high level members in SoloLearn follow low level members?.. Shouldn't it be the opposite only (by logic)?
follow
high_level
logic
low_level
members
sololearn
6 голосов
8 ответов
12th Feb 2017, 4:25 AM
Basman Paulis
Python program to prompt user to input firstname,lastname,cohort(2022),campus(durban , first,last name shouldn't contain digits
0 голосов
2 ответов
13th Aug 2022, 8:49 PM
Lerato Nyai
Shouldn't the code for the June 11th, 1988 date have a 6 instead of a 5?
date
javascript
1 голос
4 ответов
30th Sep 2015, 11:08 AM
mavdjtslknceheu
Shouldn't your formula be ((H-(A-B)/(A-B))? Or more clearly, letting d be the progress per day (A-B): ((H-d)/d)+1.
challenge
correction
java
1 голос
4 ответов
28th Mar 2018, 6:25 AM
Gregory Triplett
I feel difficult to express my thoughts in c++? Why shouldn't computer readily understands it!??
c++
code
error
program
scripting-languages
0 голосов
1 ответ
8th Oct 2020, 2:47 PM
ABDUL ARHAM KHAN
int a = 5 % 10; System.out.print(a); why is the answer 5? Shouldn't the remainder be 10?
java
modulo
remainder
1 голос
3 ответов
11th Apr 2020, 4:00 AM
Cyrus X Almani
Shouldn't it be a compilation error.Here i am defining "a "again rather then only initializing it
assign
compile
declare
define
error
initialize
java
0 голосов
2 ответов
26th Aug 2020, 5:17 PM
anshu kulshrestha
What if i want to PRINT "\n", shouldn't it be written outside the quotes to end the line rather than inside the quotes?
c++
cout
1 голос
16 ответов
27th Feb 2017, 5:38 PM
Aayush Pradhan
The static variable is changing..but it shouldn't change .can someone please explain me the reason as to why it is changing.
static
3 голосов
3 ответов
20th Jan 2020, 2:22 PM
Nikita Sharma
Shouldn't the 2nd and third line of this code display a list of integers just like the lesson in "list comprehension"
list
2 голосов
3 ответов
12th Dec 2018, 12:30 AM
Sotomi Oluwadmilola
Ideally function shouldn't be lengthy, but if multiple task require same inputs from users, is it okay to hv lengthy function?
functions
python
0 голосов
8 ответов
15th Oct 2018, 8:11 PM
Bishu Giri
If mega=["Jolteon"] in my code and i want to output 'teon' shouldn't the listing numbers be [3:6] instead of [3:7]
lists
python3
6 голосов
3 ответов
12th Mar 2017, 12:49 PM
Lazarus King
Why is this code valid? Shouldn't be constant pointers be also initialized at the time of declaration?
c++
0 голосов
3 ответов
7th Jan 2018, 6:23 AM
Prarthit Mehra
Shouldn't we be able to check the questions and their right answers even if the opponent hasn't responded in a challenge?
challenges
4 голосов
5 ответов
27th Jul 2017, 9:42 PM
Albert Kyei
Someone please explain to me why the next code give 4. I dont understand at all. Shouldn't be 2?
javascript
2 голосов
3 ответов
26th Feb 2018, 7:07 AM
Sunny
This java code reverse any integer,but i don't understand how it works since rev=0; rev*10 in a while loop shouldn't be zero?
code
java
loops
reverse
2 голосов
3 ответов
30th Oct 2019, 11:20 PM
D ̲E ̲S ̲S ̲I ̲E ̲- ̲B ̲A ̲H ̲I ̲R ̲U ̲
How come srand() produces same sequence using the same interger? Shouldn't srand change the sequence as true random?
c++
rand
0 голосов
3 ответов
9th Apr 2016, 9:56 PM
Michael A. Valverde
Shouldn't there be a way to input information in the code so the *if* statement can go into effect?
brackets
c++
cin
else
If
input
output
variables
1 голос
3 ответов
8th Oct 2017, 2:01 AM
Anonymousgirl
the answer to a quiz shouldn't be guessable by the size of the inputfield. sorry, if this has already been discussed somewhere.
quiz
1 голос
3 ответов
28th Jan 2020, 4:33 PM
Barbara Krautgartner
My question is why any other value is not getting apended?? and Q shouldn't be appended but it is getting appended!! How??
answerplease
answerquick
python
python3
0 голосов
5 ответов
18th May 2020, 4:18 PM
Lucky Nayak
My Myers Briggs result was EFNP-T. I have taken away that coding shouldn't be for me. Does anyone believe this will affect me?
briggs
coding
myers
personality
0 голосов
7 ответов
21st Dec 2018, 7:14 PM
Christopher Evans ヽ༼◉ل͜◉༽ノ
Code Copying
allowed
be
codes
copying
not
right
shouldn't
10 голосов
2 ответов
11th Aug 2017, 4:34 AM
Learnsolo
I'm a first time learning a language, started with python. I know it's a naive and small code, I shouldn't be asking this.
firsttimecoding
help
0 голосов
5 ответов
10th Mar 2021, 2:43 AM
Shubham Sharma
can't write code in here.. it gives weurd problems that shouldn't be. like the name 'console' does not exist /:
c#
code
codeplayground
0 голосов
4 ответов
28th Aug 2016, 5:10 PM
Maor
In the explanation section, shouldn't "double:" be in the same purple color rendering as the other three terms?
data-types
0 голосов
1 ответ
5th Nov 2019, 4:06 PM
The Doctor
Why shouldn't we initialize a variable when we use global in a function & why we can initialize a normal variable in a function?
variables
1 голос
8 ответов
7th Apr 2017, 2:28 PM
bhavana goud
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
2
3
Следующий >
Актуальное сегодня
What's wrong with this code ? ( Beginner)
3 Votes
Ejercicio Pytho
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Please rate my code from 1 to 10
2 Votes
Suggestions needed
4 Votes
Write a program to find the strings are in isogram or not
0 Votes
Square Roots
0 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Uuu
1 Votes