Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
How to reassign nested list elements ? Can anyone help me ? [5,6] in this now i would like to change 5 and keep 6 in my newlist
python
0 голосов
2 ответов
6th Mar 2017, 2:39 AM
Abin Singh R
How do i fix this code. Im trying to pull an item from a list. Have that item mean a word, and pull it by using user input
help
int.input
python3
0 голосов
1 ответ
17th Oct 2018, 4:16 PM
pixel strength
how do I get an output of '2' in the program below? int main() { int arr[] = { 3, 1, 2, 5 }; count<<arr[ ]; what do I need to insert in this program to give me an output of '2' ? Thanks
c++
0 голосов
3 ответов
27th Sep 2016, 4:59 PM
Ibim
How can I add an item at the end of the array? The most easy way (arr [5]=8) returns "out of range", and I suppose it's because first I instantiate it as "int [] arr=new int[5]", so it's out of the range. Can I amplify that range?
arrays
java
0 голосов
3 ответов
19th Mar 2016, 4:38 PM
Rubén Aguado Cosano
I dont know how to make a website with everything as a background Img, and still being able to put paragraphs and headings over it, please help
html
0 голосов
2 ответов
2nd Oct 2016, 8:45 AM
Max
Please who can help me. I have coding experience but what I have in mind to code I don't know how to do it and the opposite
java
0 голосов
2 ответов
18th May 2017, 7:47 PM
Uzoh Okwara
whenever you use two print statements, the second print always prints in new line even when \n is not used. how to print them in same line?
python
0 голосов
2 ответов
18th Oct 2016, 4:52 AM
paras mittal
If I have six names and a number related to each name(six inputs) how can I get as an output the name who has the greatest nr?
c#
0 голосов
2 ответов
24th Jan 2017, 3:51 PM
patrik
there was a question on a programming site. I solved it but it got 85%. It says the problem is runtime error. How do i fix it?
c++
hackerearth
quera
0 голосов
1 ответ
28th Feb 2019, 1:51 PM
Ali Dashtian
How long does it take for one to be a full stack developer?and is it possible to get a job by studying the basics of front end
css
html
js
0 голосов
1 ответ
20th Dec 2019, 8:24 AM
Mathew Varghese
Am new to Python and how can i learn it fast, infact we are doing it in my school as course presently,wat are tins dat can help
python
0 голосов
2 ответов
24th Nov 2017, 2:39 AM
Abby
I want to connect my website to firebase.. how to do? Can anyone could provide me the code or link ... It will be great help..😊
asp.net
c#
code
firebase
pi
rashberry
1 голос
1 ответ
6th Dec 2017, 3:38 PM
Shiv Prakash Tripathi
How can we convert an input string in css into an array I want to convert an input string in css into an array containing each
arrays
basics
css
0 голосов
1 ответ
29th Oct 2018, 6:00 AM
dandy_satria
const string = `something ${1 + 2 + 3}` const string2 = `something ${foo() ? 'x' : 'y'} ` // what is the output and how ?
javascript
programming
0 голосов
1 ответ
9th Mar 2020, 10:45 AM
Anas
I don't understand how to comes following output???could anyone explain? #include <iostream> using namespace std; int x(int &a,int &b) { a=3; b=4; return a+b; } int main() { int a=2; int b=7; int c=x(a,a); cout <<a<<endl<<b<<endl<<c; } output:- 4 7 8
c++
1 голос
2 ответов
24th Aug 2016, 6:20 AM
Lekhraj Singh
Aside from knowing the code I need to male an app, what should I do set it up ?, Like the graphics, How can I make up a package?
android
app
ios
package
1 голос
1 ответ
22nd May 2019, 1:50 PM
Dulgan Danjuma
hey! i am salomon iam in medical field and i want to start learn how to code so that i can be a developper ! what apps to start
c++
0 голосов
2 ответов
29th Jul 2017, 2:18 PM
Sinjyeniyo Salomon
Is there any chance to see how much time is left to answer a question in a challenge? "Time out" keeps annoying me :( And I don't like staying stupid because I can't learn what I did wrong in the challenge's questions :/
c++
challenge
1 голос
2 ответов
11th Aug 2016, 3:36 PM
Tonia
Hello to you reading this :) I've downloaded "learn c++" on my Android 5.1.1. How do I download CodeBlocks on my mobile? if there's a way, I couldn't figure it out.. Is there any way to get a Compiler and IDE for an Android? thanks a bunch!
android
block
c++
code
compiler
ide
0 голосов
3 ответов
9th Aug 2016, 6:48 PM
stargirl
how do I link a page named 'form.html' to my home page using <a> tag. I tried using <a href="form.html"> click here to fill form <\a> but when clicked the form page fails to open on the browser but a text editor opens instead. pls help
html
link
two-pages
0 голосов
3 ответов
6th Nov 2016, 11:25 AM
Nwaburu Emeka Christian
What is the diff. Of C++ to C?? I found something on pc on the internet that says learn how to code.The website is ZEdlx
question
0 голосов
1 ответ
3rd Mar 2018, 4:11 PM
Princeed Vas
How do I write a C program that generate odd numbers from 250 to 1000 using the for statement. test to ... continue in descripti
c
c++
0 голосов
1 ответ
19th Dec 2017, 1:14 AM
Stefan
I'am trying to encrypt the password that is sent through ajax in json format. The encrytion logic is in my server.js. How do I p
ajax
javascript
nodejs
1 голос
1 ответ
26th Jan 2018, 12:43 PM
Bhavani Sankar
Can you plz explain me data flow of this code in the line when the two objects get add and how the "+ operator overloaded
magic-methods
python
0 голосов
1 ответ
21st Feb 2017, 12:53 PM
Chandan Kumar Sahoo
How can I embed an image already saved on my computer into my web page. already tried the img src but it does not display
images
0 голосов
1 ответ
1st Sep 2018, 1:26 AM
onda Emmanuel
How to create program in python 3 that when i input sentence then the output is to speak the program with the same input words
c++
cs
java
python
0 голосов
1 ответ
2nd Feb 2018, 3:36 AM
Albiemer Porte
evry1 can i get some help on how to print 4*1=4;4*2=8....in my second code....i know what to loop but dnt knw where to write it
cout
for
0 голосов
1 ответ
24th Dec 2016, 7:13 PM
Syed Naqvi
hi i'm a bigenner and i try to learn how to arrange "i learn html and solo term with open tag and close tags <p>
html
0 голосов
1 ответ
13th Sep 2016, 11:39 AM
Régis Emilson Koffi
Hello, how can I write a JavaScript code that creates random numbers from one to ten so that by clicking on a button, this JavaS
javascript
-2 голосов
2 ответов
28th Mar 2018, 7:47 PM
masoud
Guys? Do you have any ideas how can I use server for php and mariadb on Android phone? Or can you suggest anything that works?
android
host
hypertext
local
localhost
mariadb
offline
phone
php
server
0 голосов
1 ответ
13th Nov 2018, 11:10 AM
Homayoun Aghaei
Need help can anyone tell me how do I store input data on screen while another data is being post to the screen for php
html
html5
notepad++
php
0 голосов
1 ответ
15th Mar 2019, 5:17 AM
Ashvinder Singh
How to set user session to cart library in codeigniter. If i login with user1 which i added to cart is also showing to user2
ajax
codeigniter
jquery
php
1 голос
1 ответ
12th Oct 2017, 12:57 PM
Anish Kumar
Whi can advise me how can i get bachelor degree , freely. By online universities, some one knows free edu so to get diploma than
thanks
-3 голосов
2 ответов
14th Jul 2017, 9:35 PM
Nasibillo Muhamedov
I am reading cells in a table. Some cells have a specific string and some don't. How to separate cells with str from those w/o
python
0 голосов
1 ответ
29th Nov 2016, 2:10 PM
Dick
if you don't define string type. How much space it's taken into hard-drive everytime you define a number? 8 bytes or anything it could be?
data-types
javascript
strings
0 голосов
1 ответ
27th Jul 2016, 9:00 AM
Fengge Liu
Hi dear, how to transfer the user from my website to another website when he open my website directly? Using html css and Js ,
jd
-2 голосов
1 ответ
25th Apr 2022, 1:14 AM
Coding C C++
How do I install Java in window, alter the path in windows and create my first Java script, what kind of editor is good too
javascript
0 голосов
1 ответ
16th Oct 2018, 3:24 PM
Feyi Sitsofe Kwami
can learning how code lend me a sideline job in the future? i have a daytime job now. but its not just enough. advise guys.
css
html
learning
0 голосов
1 ответ
24th Aug 2017, 12:08 PM
Brayn Brigoli
In html how to clear typed texts in textarea one by one by clicking the button instead of clearing all typed text at a instant.
at
button
clearing
click
html5
once
one
text
textarea
0 голосов
1 ответ
30th Jan 2020, 12:37 PM
Yogeshwaran
can anyone kindly explain how the code will terminate when when using a while loop if the sum to be executed is a negative(in py
#python
0 голосов
1 ответ
13th Jan 2023, 5:37 PM
Wycliffe Curson
Friends tomorrow i m going to upload video on youtube on how to connect to database n save data in php..... So plz friends watch
<html>
php
-3 голосов
1 ответ
19th Jan 2018, 5:49 PM
rakesh
format editing using setw i want to ask how to line up the output of area,focus and circum on one column from right to left
c++
formatting
setw
Using
0 голосов
1 ответ
13th Oct 2017, 7:56 PM
Anh Lam
How can I append a form input from an HTML for to a pre-designed pdf form and mail the output pdf to a reciepient ?
html
php
-1 голос
2 ответов
6th May 2017, 6:27 PM
Abdul-Wahab Iddriss Raaj
How to crack C++ program 'Serial Number & Email' ? Any hint i have a program which need to register with valid serial number ?
builder.exe
c++
cracking,keygen,
patching
registration
serialnumber
valid
-4 голосов
1 ответ
31st Aug 2017, 4:41 PM
Shams Uddin
Are ther any developers produced by solo learn and it ther is any how did solo learn help you. What was you first project ?
1 голос
1 ответ
21st Aug 2017, 8:49 AM
April Mahlatsi Motaung
while creating multiple tables if we have to retrieve the data of other table how can be do it by using foreign key concept ?
sql
0 голосов
1 ответ
27th Jun 2016, 5:38 PM
Ajay pratap Singh
Please help! How do i write a code in c++ <stdio.h> to read two different inputs from a txt file and store them into arrays?
arrays
c++
file
input
to
0 голосов
1 ответ
24th Apr 2018, 6:36 PM
Ahmed Alknany
Bootcamp schools in San Francisco or anywhere? Are they any good? Learn & get a job fast? How do I know if its really good?
boot
camp
code
hack
learn
reactor
schools
0 голосов
1 ответ
17th Sep 2017, 3:47 PM
Daniel Harris Tannehill
Anyone know how to become a programmer by not going to uni? Can u do a certified course in java for example, and build portfolio
java
languages
programming
progress
projects
work
0 голосов
1 ответ
15th Sep 2017, 9:07 AM
Ciri
Why output is 60 if i won't to divide the root on 10? I won't to divide any numbers while it isn't 1. How can i do it?
c++
loops
variables
0 голосов
1 ответ
14th Nov 2018, 8:17 PM
Igor The Golden Fish
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
1305
1306
1307
1308
Следующий >
Актуальное сегодня
Best way to learn a new programming language fast?
3 Votes
Will i land a job
1 Votes
why is my leaderboard diferent than my brothers
0 Votes
Why we use oops in python rather than any function ?
1 Votes
Project ideas
1 Votes
someone helps how can i make two for loops over a 2d array in c ( i didn't learned pointers yet )
0 Votes
What do you think would be good for some new courses?
0 Votes
How do I solve all test cases for popsicles problem?https://www.sololearn.com/coach/3?ref=app
0 Votes
Do you think AI will replace programmers?
0 Votes
Question to sololearn
1 Votes