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
I didn't understand the part about initializing more than one value in statement 1 of 'for' loops. Any help is appreciated
loops
2 Votos
3 Respostas
8th Feb 2018, 9:46 PM
Ted Ariaga
Is html , css , javascript , jquery , php , sql is enough for become a web developer ? or i have to learn more ?
comment
please
6 Votos
4 Respostas
29th May 2017, 12:57 AM
Rifat Hasan
what are the features of pro sololearn ? do they have more courses ? like bash , i cant find bash here in this non paid app
courses
sololearn
0 Voto
5 Respostas
19th Jun 2020, 5:56 PM
NIK
Which is more convenient for web development, a Master in Software Engineering or a Master in Business Administration?
website
0 Voto
1 Resposta
20th May 2020, 3:55 AM
carlos mercado
Is it a good idea to get a programming position at a startup? Or maybe a more established company? Or does it even matter?
career
company
job
occupation
positions
programming
startup
3 Votos
2 Respostas
18th May 2018, 6:02 AM
Joshua Austin
You can achieve the same result with multiple if...else statements, but the switch statement is more effective in such situation
javascript
switch
1 Voto
1 Resposta
2nd Nov 2019, 10:00 AM
Dileep Katari
I am trying to do scripting in c++...but it's taking more time than others who are using javascript or shell.
c
c++
0 Voto
1 Resposta
12th Sep 2023, 5:04 AM
FengQin
Are there any websites that allow for practicing C/C++ similar to challenges on this app? Homework practice more or less.
c
c++
homework
output
practice
1 Voto
3 Respostas
17th Aug 2017, 7:39 AM
Apocryphon
I suggest that sololearn should put a possibility for people having a challenge to interact and discuss more on what each knows
css3
html5
php
python
4 Votos
2 Respostas
17th Sep 2017, 4:37 PM
SSEMPIJJA JEROME
When using the "cin >>" code, can the sololearn compiler allow for more than 1 time of detail entry?
cpp
0 Voto
3 Respostas
26th Sep 2018, 9:44 PM
Tom Eckert
Program to check if a list hasan element appearing more than once.Can someone explain the logic of this code?i
python
0 Voto
2 Respostas
4th Nov 2018, 11:50 AM
Mara
Hii coder universe ! I wanted to make a program that puts 1+rand()%10 in an array (continue). For more check description ||
c++
coding
games
0 Voto
4 Respostas
22nd Aug 2018, 2:43 AM
Abhishek kumar
Hi please to my great software engineers, I want to ask if you can learn more than one programming languages thank you
engineering
software
0 Voto
3 Respostas
8th Feb 2022, 9:42 PM
Agyemang Jerry Jones
A question to Python tutorial: Regular Expressions: More Metacharacters: What is a "class of charakter" in this relation? May be
metacharacters
python
python3
regular-expressions
1 Voto
1 Resposta
12th Sep 2020, 12:54 PM
Tim
It's a quick way to study any programming language.. Can't we add on some more brief description in each topic?
sololearn
0 Voto
2 Respostas
1st Jul 2018, 7:18 PM
Ritwick Bhargav
Can someone more clearly explain what accumulate is? Say if there is 10 variables, and you accumulate with range(8), does it take the first 8 integers/strings or any random 8 integer/string?
accumulate
itertools
python
4 Votos
4 Respostas
25th Sep 2016, 11:19 AM
Gideon Tay Yee Chuen
Need more help in understanding the following C# terminologies and their usage in real life situations, with a bit of examples.
attributes
c#
collections
delegates
events
generics
indexers
multithreading
processordirectives
reflection
2 Votos
1 Resposta
28th Feb 2017, 9:36 AM
Tuchy
Any good recommendations to learn more about pointers especially to understand the terminology (heap, stack etc)?
c++
heap
pointers
0 Voto
2 Respostas
5th Jan 2017, 9:33 AM
thaMN
After completing a c++ course are there more advanced things that are not covered in Sololearn?
c++
0 Voto
1 Resposta
16th Aug 2018, 3:52 AM
Parth Barthwal
in term of executing a program, which is more faster : using "case" or "if else"?
java
switch
0 Voto
2 Respostas
7th Sep 2016, 7:29 AM
Brad Hendrawan
What is the best way to learn more about visual programming in C# and in java?
c#
java
learning
visualprogramming
0 Voto
2 Respostas
10th Sep 2017, 2:52 AM
Abdullah Bilal Khanzada
Why there are more interpreters for one language? Is one interpreter not enough to one language?
python
0 Voto
2 Respostas
11th Nov 2017, 7:19 PM
Bikram Aditya Rajendra Patra
could anyone please explain me the code below it seems to be more complicated for me.
functions
java
loops
method
0 Voto
2 Respostas
1st Jul 2017, 7:27 AM
I Am RG
How I can write one or more objects that contain a string in a same file?
c++
files
objects
0 Voto
2 Respostas
6th Feb 2017, 12:22 AM
João Victor Oliveira Couto
Please, why can't we contact or with one another here on Sololearn? It'll make learn here even more exciting.
sololearn
0 Voto
2 Respostas
20th Sep 2018, 10:15 AM
Nwachukwu J. Chikaodinaka
can i add more attributes into tags such as abbr, acronym and dfn. Example, an attribute such as style
html
0 Voto
3 Respostas
13th Jul 2016, 4:37 PM
Denewbie
What is the difference b/w java & JavaScript? Which 1 is better? Which 1is more used today? Why Stanford replaced jav by jascrip
bettercode
java,
javascript
require
stanford
2 Votos
4 Respostas
30th Apr 2017, 6:11 PM
sr gupta
I just wanted to ask if my codes are good or there is a shorter or more effective way to make It?
java
1 Voto
2 Respostas
30th Jan 2020, 8:33 AM
Ayaan Siddiqui
That you are more universal and easier to understand for a beginner programmer: functional vs object-oriented programming?
design
functional
objects
programming
0 Voto
2 Respostas
5th Nov 2017, 8:21 PM
Andre
Which is more optimum using an multidimensional array like. int arr[100][100]; or pointer to pointer like int **arr; with molloc
arrays
pointers
0 Voto
2 Respostas
24th Jan 2021, 2:14 PM
Vaibhav
where do I go to take my python from 10/20 lines of code to creating larger and more advanced programs?
python
python3
0 Voto
2 Respostas
2nd Mar 2019, 6:24 PM
jay masters
If i wanna use more linux...and well...i am a absolutly Greenhorn....thats the reason for stupid question...what i have to lrn
linux
1 Voto
3 Respostas
26th Apr 2017, 1:58 AM
Mugnimodi
Which is your methodology for saving all the coding skills you just learned :) ? ( LIKE / VOTE +1 for more visibility THANK YOU)
css
github
html
java
javascript
jquery
php
ruby
swift
3 Votos
4 Respostas
19th Jan 2018, 1:16 PM
AZA
Ive learned HTML and CSS along with a bit of javascript but i want to learn more programming rather than web development
language
1 Voto
4 Respostas
21st May 2017, 7:49 PM
Allan Stewart
I need help to build a mobile application by Java, and how to add more functionality in it
java
1 Voto
2 Respostas
17th Nov 2017, 1:46 AM
Khaled Alslmany
How to get more than just the basics of python? what do I need beside fundementals in here?
python
python3
scripting
1 Voto
2 Respostas
17th Jun 2017, 2:51 PM
Mohamed Raouf
What is the practical value of initiating more than one variable inside the first statement of a for loop?
javascript
loops
0 Voto
3 Respostas
29th Jan 2016, 1:20 PM
Erlin Goce
Which game engine i should use for Android. Tell me best Cross platform game engine more features bla bla.😧
android
java
unity
unreal
xcode
1 Voto
2 Respostas
1st Jun 2017, 3:07 PM
prashant vyas
An idea jzt came to my mind.....why not html enthusiast jzt make a whatsapp group where we can discuss more precisely?
html
html5
progress
0 Voto
4 Respostas
16th Dec 2016, 4:30 PM
Shivam Srivastava
I've learned the tutorials of Html And Css And Javascript from sololearn and I've decided to continue learn more how can i do it
css
html
javascript
1 Voto
5 Respostas
24th Dec 2016, 11:54 AM
sahag
What's the best Pc/laptop to start with?and how much does it cost?I want something to practic coding more and also use it
begginers
cost
laptop
pc
price
0 Voto
4 Respostas
28th Mar 2019, 5:31 AM
ZeroBrake 364633
More content to your courses you offer in this platform so amazing and fully knowledgeable app.
c#
html
javascript
jquery
ruby
0 Voto
1 Resposta
6th Dec 2022, 7:01 PM
Jonathan Morales
What is the different between client side and server side? Amm What is the best side, or What is more easy to learn?
html
0 Voto
5 Respostas
5th Apr 2016, 3:32 AM
Franklin
Does it have any sense to learn more than one of the following languages? I'm referring to c++, Java, python, ruby and c#.
c#
c++
java
python
ruby
scripting-languages
3 Votos
3 Respostas
20th Jan 2017, 8:09 AM
Andrea Barba
How they do to link all of those language to create an app? Like Facebook they do it with more than 8 language
android
app
2 Votos
2 Respostas
24th May 2020, 7:48 PM
Jeannot Richecarde
Please tell me ,which programming languages are useful in creating ios and apps.if more than one programming language mention
developer
ios
1 Voto
1 Resposta
2nd Jul 2019, 4:39 PM
Yogeshwaran
Java Math.max always compares 2 arguments or it can have more then 2. Check my 1st code with Java i made a program and need help
java
math
2 Votos
5 Respostas
4th Oct 2018, 7:36 AM
Mateusz Legend
can I learn two or more languages at the same time? like Js and php or will it be too difficult?
code
css
javascript
php
0 Voto
4 Respostas
31st Jul 2017, 9:01 PM
ammar adiga
Whenever I go to subtract using more than 2 numbers it only does the first 2 and doesn’t use the final number. How do I fix it?
math
python
0 Voto
4 Respostas
15th Dec 2020, 3:37 PM
Gilgames h
Uhh... Which is more difficult - Javascript or Python? Which of them are reliable? And how are they used in different ways?
javascript
python
1 Voto
3 Respostas
21st May 2018, 7:57 AM
mares barrioquinto
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
...
58
59
60
...
66
Próximo >
Quente hoje
How to improve code readability
0 Votes
I NEED to make a game
1 Votes
Regarding course
0 Votes
Solved Grouping data
0 Votes
In this code, I want to make exactly another div right next to it in div, how to edit it?
1 Votes
Python input() function is strange (a bug or a feature?)
1 Votes
what is python
0 Votes
Chess Tournament Exercise Doesn’t Work
0 Votes
Android
0 Votes
Best way to learn
0 Votes