Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Preços
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
Wtf is going on with the storing charactors for variables? Idk how to even start to edit the code theres nothing to help idk
alphabettoabcdefghijklmn
opqrstuvwxyz
variables
0 Voto
3 Respostas
18th Feb 2023, 5:39 PM
Katherine Rodrriguez
Why do I write "String" instead of "int" after "public static void" even if I just add some integer in a code?
java
0 Voto
4 Respostas
11th Mar 2017, 8:53 PM
Ricc Weltenbummler
What if I create a private variable inside the main class, would that mean it'll be available in other classes? What do private variables even do?
access-modifiers
java
5 Votos
3 Respostas
27th Feb 2016, 11:30 AM
Pavitran
How can I get the sum of items in an itarator. That is after removing all even numbers in a list and itarating it.Someone help👋
python
2 Votos
3 Respostas
23rd Feb 2021, 4:45 AM
Emmanuel Kipngeno cheruiyot
Given two numbers X and Y, write a function that: 1 returns even numbers between X and Y, if X is greater than Y else it returns
(x
{
=
=>
const
myfunction
return
x*
y;
y)
-4 Votos
5 Respostas
5th Oct 2018, 8:24 PM
ohwo oghenekaro
I made a simple code in C++ but when i run it there is a compilation error even though i checked it so manu times, any ideas?
c++
cout
error
1 Voto
7 Respostas
5th Feb 2018, 8:44 PM
Panos Koklas
I've been trying this python code and it asks for the password even if the names are different. Can anyone help me out?
python3
0 Voto
4 Respostas
30th Sep 2018, 12:41 PM
Ajai Kannan. K
What change should I make in this python code so that I'll be able to output all Even numbers less than 1000
python
python3
0 Voto
2 Respostas
26th Sep 2021, 4:14 AM
bernard
The action page is loaded even I enter the wrong password and click ok the alert screen. Anyone please tell how to solve this...
css
forms
html
javascript
password
2 Votos
3 Respostas
6th Jan 2018, 2:22 AM
March Zucherbug
How does this still work even if the method was identified(what to print out(system.out.println))after saying to print hello();?
java
methods
0 Voto
2 Respostas
7th Sep 2017, 2:17 AM
Neeha Kurelli
Why java collection framework extends iterable interface even though it needs iterator object to go through the collection?
collections
iterators
java
1 Voto
1 Resposta
14th Aug 2017, 5:08 AM
Backbencher nazrul
Why are images, audio and video not showing even if I copy the exact src/link from my gallery without changing anything?
audio
html
images
video
0 Voto
2 Respostas
3rd Aug 2022, 8:03 PM
Ayoub Sebit Mario
Why is this code giving the output of 'I am' even though I am giving the input of either John or Lara?
0 Voto
2 Respostas
20th Oct 2019, 12:28 PM
Syeda Suraiya Binta Imam
A program that takes as input a single line of text and display whether there are an odd or even number of dashes. In python
programming
-4 Votos
6 Respostas
21st May 2021, 7:19 PM
Motlatso Windy
Can anyone tell me why it outputs the if statement that is true when we input Sunday into it even though we enter anything else?
https://code.sololearn.c
0 Voto
4 Respostas
14th Sep 2020, 12:21 AM
Sean Santhosh
Best website you use to learn more tips and tricks maybe even deeper in sites about development and hacking ?
code
website
-1 Voto
1 Resposta
27th Jan 2022, 5:27 PM
Castiglione🏰Universe🌌
how do i solve this ? i just joined sololearn,You have a bowl on your counter with an even number of pieces of fruit in it. Half
help
1 Voto
4 Respostas
9th Oct 2022, 9:15 AM
cayleigh uchiha
How do you manage to remember all the languages you have learnt? I tend to forget even a small concept easily. I m a beginner😓
beginner
2 Votos
2 Respostas
26th Apr 2019, 8:07 AM
crazylearner@18
If set A contains multiples of number 4 in the interval [1,10] and set B contains the even numbers in the same interval find the
python
0 Voto
4 Respostas
21st Apr 2021, 9:19 PM
yara
Is there a way to store a variable in Java without losing it even after stopping the program without using files or databases ?
java
0 Voto
5 Respostas
13th Jul 2017, 10:33 PM
ilyes younes
Is it possible to get placed in great tech giants like Google or Facebook even though one studied in normal college?
placements
1 Voto
2 Respostas
26th Dec 2017, 5:15 PM
Balaji Bhai😁😁😁
Is it possible to have more than one "else if" conditional statement in the same script. Even tried this code didn't work.
javascript
1 Voto
3 Respostas
1st Jan 2017, 9:21 PM
Idowu Shogbon
How does the compiler ignores the comments by the two slashes even in comments there is no semicolons that terminates the lines?
c++
1 Voto
1 Resposta
26th Jul 2020, 3:18 AM
Saumya Pratap Singh
The code still runs even after the <html> tag is removed from the top then what is the point of having it?
basics
html
0 Voto
2 Respostas
8th Aug 2018, 10:33 AM
Vicky Nanny
Write a c++ program that add n even numbers and multiply n odd numbers from a given positive integers?
c++
0 Voto
2 Respostas
8th Jan 2017, 3:51 PM
Temesgen
Write a C++ program that accepts an integer number and prints the following: 1) Sum of even factors of the number
c++
0 Voto
1 Resposta
23rd Oct 2020, 1:36 AM
Deema Thnabi
Dont even know where to start but would like to know how coding and creating apps is done somebody to help
coding
0 Voto
2 Respostas
29th Aug 2018, 8:38 AM
Ngari Stephen
Can anyone please write a C program to delete all the node placed at even position of the link list (start count from 1)
android
c
c++
ds
java
linklist
python
r
0 Voto
3 Respostas
21st Mar 2020, 6:22 AM
Rohit Negi
Return the number of even ints in the given array. Note: the % "mod" operator computes the remainder, e.g. 5 % 2 is 1.
3
python
0 Voto
3 Respostas
20th Sep 2019, 6:23 AM
AMAN TOMAR
Guys Javascript is givin me a headache why so many maths expressions....aaaagh i cant even win the quiz bcoz of the time limit
javascript
0 Voto
4 Respostas
28th Jun 2017, 3:50 AM
Andrew Wacheni
can u tell why cant we go backwards in c++ even if we use seekp() and tellp() but where has we can go backwards in turbo c++
all
program
0 Voto
7 Respostas
25th Jul 2017, 2:00 PM
yashas.s
How to write a program dat reads a set of integers then displays the sum of all even nos. & sum of all odd nos.
java
1 Voto
3 Respostas
16th Aug 2018, 5:52 AM
John Kevin Laurencio
Am unable to upload an image,video and audio on my webpage including solo learn even after copying the link of of all
<audio>
<img>
<video>
0 Voto
2 Respostas
17th Aug 2020, 10:33 PM
Løgîstïçs
I have been trying to understand this for the past 5 days. But couldn't.. i mean i never get even one percent of pythons
dunders
operator-overloading
python
1 Voto
3 Respostas
28th Aug 2017, 5:34 PM
stephen haokip
free(ptr); Even though we are just proving ptr, How it assumes exact size of memory allocated first to be freed?
c
free
malloc
0 Voto
1 Resposta
12th Oct 2018, 8:37 PM
TheEngineerIN
How would I answer the boleean the practice exercise I can't do it even it have a solution it didn't work how can some one help
boleean
javascript
0 Voto
3 Respostas
15th Sep 2022, 10:51 AM
Mazing
Is it necessary to know javascript basics from now even if i have not conplete my course on HTML and CSS???
html5
web-storage
0 Voto
2 Respostas
20th Aug 2019, 10:22 AM
Nouhaila Chab
In HTML do we even need <br> tags to put input elements on top of each other ?
<br>
html
html5
0 Voto
1 Resposta
30th Apr 2020, 2:32 PM
Muhammad Ozair
When you want a sentence as output,why do both <p></p> and even nothing gives sentence as an ourput
html
parag
0 Voto
1 Resposta
28th Sep 2019, 8:37 AM
Soham Shinde
Why does Python run the line of code 'if p == 2 or 3' even when the input p is equal to 1? Can someone point out the mistake?
if-statements
python
2 Votos
3 Respostas
26th May 2018, 6:01 PM
Shohan Dutta Roy
How to insert a image in html with correct link source because I'm trying a lot but it can't display picture even
a
how
html
image
in
insert
to
0 Voto
2 Respostas
26th Sep 2017, 3:54 PM
vishal kharbanda
why got it this result in array.filter? javascript
%
array
even
filter
function
mod
odd
0 Voto
3 Respostas
16th Mar 2020, 5:40 PM
MetaCop
Please tell me why it is not giving decimal values of even after float value . For example for 4 . Thank for help 🙂
c
loop
programming
1 Voto
2 Respostas
5th Mar 2022, 6:47 PM
Abhay mishra
Write a C program to display a string (say.."ict") 10 times and display its odd occurances in lowercase and even in uppercase
an
help
important
it's
please
question
0 Voto
3 Respostas
26th Jul 2017, 2:50 PM
Anjali Nair
wap to define a list namely data in which 5 numbers are to be inputted from user. Find the sum of odd and even numbers from the
lists
0 Voto
5 Respostas
2nd Sep 2020, 2:26 PM
Devendra Virat
What do I do when eclipse says "Java was started but returned exit code=1" when I open it? Cause now I can't even open eclipse
eclipse
error
java
jdk
0 Voto
3 Respostas
26th Nov 2020, 8:35 AM
ismailprogrammer
Hi guys please help me with this I can't even understand the direction thanks for helping may all your wishes come true if ever
java
0 Voto
2 Respostas
10th Sep 2022, 1:39 PM
Aizek
How did/do people create a way to communicate to computers and even have them respond (i.e. a programming language)?
html
javascript
0 Voto
1 Resposta
6th Dec 2019, 7:01 AM
Griffin Mergele
[How to create a custom one] The Facebook, Instagram, Twitter 's (or even Sololearn) News Feed... How does their algorithm work?
algorithm
facebook
instagram
newsfeed
sololearn
twitter
1 Voto
1 Resposta
21st Mar 2019, 4:09 PM
David Ajaba
[HELP!] VERY URGENT HUHU! Why won't my program show the Questions part of my program even when I selected a Lesson???
c++
if-statements
0 Voto
1 Resposta
30th Aug 2019, 12:47 AM
siomai
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
21
22
23
...
25
Próximo >
Quente hoje
When your heart are gone
1 Votes
Hi im a begneer and i dont understand how to code if anyone whos smart replay
1 Votes
i want correct anwer code
0 Votes
Python question
1 Votes
Where do I find saved code?
1 Votes
I am a beginner here
1 Votes
Hello everyone, umm i downloaded this app today , and I am a bit confused about this
0 Votes
SVG Animation: Container Problems - Any Suggestions?
0 Votes
In data science, which part is easy to learn and which is hard, and why? Which part is most important to data science?
1 Votes
is it too easy to be top 1 in the Earth league
0 Votes