Kurse
Kurse
Code Compiler
Code Compiler
Diskutieren
Preise
Teams
Anmelden
Registrieren
Menu
F&A Diskussionen
Suchen
Suchen
Eine Frage stellen
Eine Frage stellen
Is there something I can use instead of all those setTimeouts from Javascript line 76 and below?
function
html
javascript
js
settimeout
4 Stimmen
3 Antworten
12th Oct 2019, 5:11 PM
🍇 Alex Tușinean 💜
Can we use char main, string main instead of int main and void main?? If so what is the return type?
c++
main
return
9 Stimmen
7 Antworten
26th Jun 2017, 11:02 PM
Harini T
What reason to use vanilla js in small projects instead of jquery, for example?
jquery
js
libraries
vanillajs
2 Stimmen
3 Antworten
20th Sep 2017, 5:25 PM
Lord Russel
Should I learn React.js instead of using pure JavaScript, Html and Css ?
react.js
0 Stimmen
2 Antworten
30th Oct 2019, 10:48 AM
Andrei ShadowS
Can anyone explain me the logic how to count number of permutations of any word? [Please explain instead of giving a program]
java
permutations
3 Stimmen
8 Antworten
18th Aug 2022, 2:27 PM
Binx
Am I The Only One Who finds using spaces instead of Tab while Coding a bit Disturbing
general
programming
QA
3 Stimmen
6 Antworten
6th Sep 2017, 4:58 AM
Vinit
Why does React delete the last element instead of the element that I intend to delete????
beginner
development
go
java
js
python
reactjs
web-dev
2 Stimmen
1 Antwort
6th Jul 2021, 9:47 AM
Sano Manjiro
Why is my output a list of characters instead of a list of strings?
enumerate
indices
lists
python
strings
1 Stimme
2 Antworten
8th Mar 2020, 5:29 PM
Conor
Instead of colour how would you put a background image in?
background
colors
html
1 Stimme
1 Antwort
20th Dec 2016, 9:40 PM
LewisJames
Can I be able to code on WindowsForms platform here? Instead of the console application.
windowsforms
0 Stimmen
5 Antworten
4th Dec 2018, 2:28 PM
Yaseer
why don't we write int sum ; instead of int sum =0 ; what does the zero does anyways ?
arrays
c++
1 Stimme
7 Antworten
9th Sep 2019, 12:04 PM
Amir Hamdy
Does anyone else use only use vim and g++ instead of an IDE?
c++
vim
1 Stimme
2 Antworten
15th Mar 2017, 2:07 AM
Brandon
Why it is a good practice to write "<br />", instead of "<br/>"?
html
2 Stimmen
2 Antworten
29th May 2016, 6:03 PM
Tudor Gălățan
Can any body tell me why i can't get the output by putting special character in printf instead of emojis
c
1 Stimme
7 Antworten
18th Jun 2023, 8:02 AM
Harshita Tyagi
Why the output is no when we multiply a string by 0 instead of error?
strings
0 Stimmen
3 Antworten
19th Apr 2019, 6:53 AM
Kamal Pal
Is it possible to make it say error when you write text instead of numbers?
c++
cout
if-statements
0 Stimmen
3 Antworten
29th Sep 2020, 8:40 PM
Lugli
In ol tag, how do I change the li to dashed instead of number?
css
html
1 Stimme
2 Antworten
30th Jan 2022, 9:20 AM
Dennis Kimathi
I entered 0 instead of n under the else clause to fill in the last blank in the following.
answer
c++
challenge
incorrect
wrong
6 Stimmen
3 Antworten
20th Nov 2019, 8:11 PM
Sonic
Instead of print how can we use input, i didn't get it.
input
output
python
0 Stimmen
1 Antwort
27th Jul 2018, 4:13 AM
shanawaz sk
Why not we are use "void main " instead of int main?
c++
-2 Stimmen
4 Antworten
20th Sep 2017, 5:44 AM
blackcat
why do you convert to a double a string value = "77" instead of an int?
c#
input
type-conversion
0 Stimmen
7 Antworten
15th Aug 2016, 4:03 AM
Lezly Rodríguez D
Is sololearn wrong to use var instead of Const or let during creation of a new object
javascript
0 Stimmen
3 Antworten
15th Mar 2023, 12:28 PM
Alex Wairegi
Why does this change two zeroes to 5 instead of just the first one?
python
1 Stimme
2 Antworten
26th Apr 2019, 5:12 AM
Thimira Rathnayake
how hello world is going to other. instead of spam in this code given
magic-methods
python3
1 Stimme
2 Antworten
11th Jun 2019, 11:21 AM
Raj kumar Darshanala
How do you upload your own picture on Html instead of using solo's pictures to practice
html
images
2 Stimmen
3 Antworten
30th Jul 2020, 7:09 PM
Basit
What this sign * stand for in the first line on CSS instead of body?
css
0 Stimmen
3 Antworten
7th Dec 2018, 3:39 AM
Unfair Society
which library I can use instead of #Pragma Once on c++
c++
0 Stimmen
1 Antwort
3rd Dec 2017, 6:00 AM
María José
can't we use void main instead of int main in programs
c++
0 Stimmen
1 Antwort
10th Oct 2017, 8:51 AM
arshpreet
how run other exe file instead of explorer.exe in windows 10
c#
explorer.exe
registry
windows10
0 Stimmen
1 Antwort
29th Sep 2017, 12:48 PM
Alireza Heydari
Why do we preffer writing int main() instead of void main()...?
c
cpp
function
main
return_type
1 Stimme
1 Antwort
25th Sep 2017, 5:44 PM
Ankur Pashine
Can we use <i> or <em> tag instead of <cite> ?
css
html5
0 Stimmen
1 Antwort
27th Apr 2020, 11:23 AM
MOHAIDEEN AJHAR M
Cant I write: name + ', ' +city instead of concat?
sql
0 Stimmen
1 Antwort
28th Apr 2016, 6:56 PM
Itai Einati
so instead of int a; a=10; I can do it like this too int a=10; ?
c++
variables
1 Stimme
6 Antworten
3rd Jun 2017, 3:22 PM
Joshuel Ernest Q. Simbulan
Is it possible to use print"hello world" instead of print('hello world')?? What difference will it make.
hello
python
world
1 Stimme
6 Antworten
18th Nov 2016, 6:21 AM
vismaya
Why is this code giving the output "5, undefined , 5" instead of "5,undefined , 10"?
javascript
1 Stimme
3 Antworten
18th Aug 2021, 2:14 PM
Mons Joseph
how to make a program to look for obstacles instead of N resistors ?
java
3 Stimmen
1 Antwort
19th Feb 2019, 10:23 AM
Iren Brigita Pasu
Why to use( not 1==7) for result FALSE instead of (1!=7) For Result FALSE
boolean-logic
0 Stimmen
2 Antworten
4th Feb 2020, 11:11 PM
Sudip gautam
We can use or not java language instead of php in web pages coding
java
php
4 Stimmen
1 Antwort
8th Jul 2017, 4:47 AM
NITIN KOKANI
What are the advantages of using oop language like java instead of c?
java
0 Stimmen
3 Antworten
19th Jul 2017, 11:32 AM
Wasim Akhter
Why I'm I having eay only instead of it reversing and adding ay to it
html
javascript
0 Stimmen
3 Antworten
9th Jul 2021, 12:42 PM
Olorunsogo Abiodun Isaac
What happens.when we write "public static int main (String args [])" instead of "void main" in java
java
1 Stimme
5 Antworten
8th Jun 2019, 5:28 PM
Aadarsh Gupta
Does lamda saves execution time or memory..? Why we use it instead of normal function.
lambdas
python3
0 Stimmen
2 Antworten
20th Mar 2020, 7:40 PM
Kafeelur Rahman T K
When I switch to 'generator' instead of the classic list iteration ?
generator
list
python
0 Stimmen
2 Antworten
6th Aug 2017, 1:23 PM
Mohamed Abdeljelil
Can I use any type of cloud to add my own images to a code instead of just Dropbox?
azure
cloud
dropbox
googledrive
icloud
images
6 Stimmen
2 Antworten
1st Jun 2018, 8:24 AM
Calimari
My 3 life are over now how can i earn more life instead of paying for subscription
heart
help
java
learning
life
student
study
support
0 Stimmen
5 Antworten
29th Sep 2023, 11:33 AM
Tarun Ku
I want to repeat the same element by js instead of write it a lot of times
html
js
0 Stimmen
6 Antworten
22nd Apr 2019, 10:20 PM
YosefRM🇪🇬
Please why it keep asking me the user input? Instead of printing the result?
python3
0 Stimmen
2 Antworten
28th Oct 2023, 7:58 AM
SAGIR ISAH
Why #include<iostream> is used instead of #include<iostream.h> in solo learn online compiler?
c++
-1 Stimme
3 Antworten
5th May 2017, 7:21 AM
Pandidurai
Shouldn't this code print out the items in my list instead of what its printing out
pythonlist
0 Stimmen
5 Antworten
13th Dec 2018, 8:33 AM
Sotomi Oluwadmilola
In Java why final keyword is used to make the variable as a constant instead of there is a const keyword available???
const
final
java
keyword
15 Stimmen
4 Antworten
11th Feb 2018, 9:16 AM
Abhivarshini Maddala
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
Eine Frage stellen
< Vorherige
1
...
14
15
16
...
24
Weiter >
Heute heiß
MY SNAKE GAME CODE ISN'T working of python
4 Votes
Java question Can anyone help me with the test case situation in that problem like 3 test case is pass but other are not 🤦🤦
4 Votes
How to improve code readability
0 Votes
Functions
1 Votes
App
0 Votes
I NEED to make a game
0 Votes
Grouping data is not working
0 Votes
Please help with the output
0 Votes
Use of flag
0 Votes
Mentor
0 Votes