Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Почему не работает мой код Калькулятор(упращёный) я зделал всё правильно но пишет какуето ошибк Зайдите и нажмите Run и увидите
error
vopros
0 голосов
1 ответ
21st Nov 2019, 3:26 PM
Лёха
People say python and Java can create a software but I try and when run it it's always show black out put with some grey text ca
coding
java
javascript
python
2 голосов
3 ответов
4th Jun 2018, 2:09 PM
Chifhiwer EazySixteen Mawela
Good morning. I want to run this code to create database and table in my localhost 0.0.0.0 running port 2222. I have error line
and
create
database
table
1 голос
2 ответов
12th Sep 2022, 6:43 AM
Malick Diagne
Why in Turbo C++ wont run the #include <iostream> ?? But ive tried the #include <iostream.h> ,and it worked. what is the dif.?
c++
loops
0 голосов
5 ответов
2nd Feb 2017, 2:34 PM
Joshua Mendoza
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 голос
7 ответов
5th Feb 2018, 8:44 PM
Panos Koklas
When I run this program on PC it says -- Exception cannot be converted to Throwable While it runs without error on SoloLearn
java
multiplecatchblock
0 голосов
2 ответов
14th Sep 2019, 12:16 PM
navneet
Why when I run the code from the laptop, the measurements are consistent, and when I open it from the mobile, they differ?
css
front-end
html
web
2 голосов
1 ответ
24th Mar 2022, 12:43 PM
Ghufran Sbiai
I want to run the link on html. I put the <a> tag with href attribute. But when see output it shows the link but....
html
links
1 голос
2 ответов
27th Sep 2020, 5:52 AM
Divyanshi Sahu
Will Android Studio run properly in My Windows Laptop? Or it will only work when I will have installed Linux?
java
-1 голос
4 ответов
23rd Jun 2017, 6:27 AM
Mayur Baghele
I have problem in making python cade to run stepper motor ...in either direction and in microsteps.
python
python3
0 голосов
2 ответов
8th Dec 2017, 6:14 PM
Neerajsingh rajput
How to take input at run time on python ? I'm always used static variable , i want user gives the input in python
data-types
python
2 голосов
4 ответов
22nd Feb 2017, 7:57 AM
suneel singh
Do you know of python servers to run code continuously? Because my code has been running on my pc for 2 days ...
help
long
python
servor
0 голосов
3 ответов
27th Apr 2021, 7:35 PM
Storm
when I run a java file in eclipse. I get an error saying that ant build failed. please help me
java
jdk
0 голосов
3 ответов
3rd Jul 2016, 7:34 AM
Aditya Rajeev
What should i answer this question??? [ Type in the command to run a program called ( Apples ).
java
1 голос
2 ответов
20th Feb 2017, 8:48 AM
Pyae Sone
Do we need complier for java....How and where can we create a java program...and how can we run it...
java
1 голос
2 ответов
6th Feb 2018, 7:14 AM
Aditi Patil
Is it important that java program should have main () method??is it possible that program may run without main()
java
1 голос
2 ответов
20th May 2017, 4:06 AM
harshita koshta
how to solve the problem when i run app on physical mobile the app will not fit to the mobile screen in android studio?
mobile
0 голосов
3 ответов
6th Oct 2020, 7:08 AM
Mani Kailey
i was so boring and tired bc I've problem that i couldn't run my php script on android. pleas tell me how to fix this. thank you
android
learn
on
php
-2 голосов
6 ответов
14th Jun 2019, 10:04 AM
engel
How can i create 2 link to act upon 1 button. In a way that if a user clicks the button, it will run two links at once.
ahref
functions
html
php
reference-types
xhtml
0 голосов
5 ответов
27th Jul 2020, 2:54 PM
henry okafor
New to programming.... Kind of lost, the Qpython 3 don't run programs like it does here, why? What's the difference?
python
strings
0 голосов
3 ответов
6th Mar 2017, 9:22 PM
UKOGO DIKASON
Suppose i have a code and i run more than 1 time ,every time i am getting different running time why?
running
time
0 голосов
2 ответов
27th Mar 2018, 2:07 PM
Bahubali
I don't know why the cod below did not run . What could be the problem help me out
<html>
0 голосов
2 ответов
26th Dec 2021, 12:10 PM
Olatuja Babajide Samuel
when i run my code suppose with input 1 then from 0 to 10 output is correct but i get 11 th value as garbage value! why so??
c++
garbag_value_problem
1 голос
7 ответов
10th Jan 2017, 7:40 AM
Md Shaifan Shahid
Guys i try to add a image of myself in sololearn code but i cant get the image when i run the code
html
images
2 голосов
3 ответов
23rd Apr 2017, 6:36 AM
Aadi mehta
How do I change my HTML files from being run in explorer? Like I would want to use them in Chrome or firefox
html5
video
2 голосов
3 ответов
28th May 2017, 8:41 AM
Perez Ogayo
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 голосов
3 ответов
26th May 2018, 6:01 PM
Shohan Dutta Roy
Is there any free way to publish my online game on browser and how can i run my html program on chrome
html5
0 голосов
2 ответов
24th Sep 2020, 6:34 PM
Hassan Sajjad
How to start a new django project if you closed the command prompt and also how can I again run live server???
django
0 голосов
2 ответов
14th Dec 2020, 5:34 AM
Swati Ahirwar
#include <iostream> using namespace std; int main() { int i=20,j=10; do {j+=i; i++;} while(j<=200); } how many times loops will run and output of "j"????
c++
1 голос
5 ответов
2nd Oct 2016, 6:21 PM
Omar Al Fahad
How do you write Swift on a non - apple device? Or what should be installed on a windows machine inorder to run Swift?
apps
ios
programing
swift
windows
1 голос
3 ответов
25th Jul 2019, 4:04 PM
Keleos William
The if and else statement I run wont give me the expected results...rather it saves and gives an invalid statement......why?
else-statements
python
0 голосов
3 ответов
27th May 2017, 9:13 AM
Abel Linus
Does anyone know a good, free java programming environment with graphics support that can run on android, (no pc/mac needed?)
android
apk
app
development
graphics
java
1 голос
2 ответов
15th Jun 2017, 1:45 AM
Isaac Pace
Can i change my program so everytime i run it, i have the changes of the last time i ran it?
java
0 голосов
2 ответов
23rd Jun 2020, 12:00 AM
Pame
What is the simplest way of packaging java
compiler
java
neatbeans
package
run
0 голосов
1 ответ
2nd Apr 2018, 9:14 PM
Afasha Isakiye
Is it happen with you we compile a program but the program not run and we can't find an error for so long?
c++
html
html5
2 голосов
3 ответов
5th May 2017, 4:59 PM
Rahul Sharma
I'm begain to study . I'm my pc build and run not working. It shows to change settings and shows how to fix it.
c++
1 голос
3 ответов
28th Jun 2019, 7:58 AM
Akhiljith K
I have an image source. I want to write an html code so that when the code is Run the output should be image
html
0 голосов
4 ответов
6th Nov 2018, 2:19 PM
Avadesh Pandey
After run of this syntax my console didn't work well.idont know wether it is hang or working it's scroll bar is laydown
java
0 голосов
2 ответов
1st Sep 2022, 2:17 PM
Mu_G Rahiman
Try to use more functions with cin statement inside the c program, compile. and run the program.
cnn
helen
-1 голос
1 ответ
7th Feb 2017, 6:47 PM
Zeyad Sharo
I am unable to run my code in sololearn code playground since yesterday..can anyone suggest me please?
passbyref
0 голосов
1 ответ
11th Oct 2017, 6:07 PM
Shivani Gollapally
Why do i get a different outputs when i run the same code in shell and pycharm??
dictionaries
1 голос
1 ответ
17th Jul 2017, 6:16 AM
Faizan Ahmed
What is that static and void required for ..can't we run with simple static or with void?
java
void
0 голосов
1 ответ
24th Jul 2016, 9:24 AM
Suneeth
why is it preferred to run python scripts using the command line rather than the python interpreter?
interpreter
python
0 голосов
1 ответ
20th Oct 2016, 2:45 PM
Aaron Heffernan
I want b to have all the x[”src”] content then put all that content in text.txt file, but when i run it, it only shows….
python
python3
0 голосов
2 ответов
10th May 2022, 3:15 PM
Lenoname
Hi guys this code is working but only this way,that means when i seperate the script in sololearn code playground it doesn't run
css
css3
html
html5
javascript
js
1 голос
2 ответов
5th Sep 2020, 12:38 PM
Djaber Meghar
I would like to practice on my own. Can any one recommend a software that can help me run ruby on my computer
comments
0 голосов
3 ответов
26th Apr 2019, 12:33 AM
samuel meki
In python, is there a way to make an if statement run if a certain number of any of the given conditions are satisfied?
if-statements
python
2 голосов
3 ответов
1st May 2017, 8:32 AM
Swapnodip
When I run a code with a long output, the output has no scroll function. How can I fix it?
scroll
0 голосов
2 ответов
15th Jul 2018, 7:29 AM
B.D
Python and multi-threading. Is it a good idea? List some ways to get some Python code to run in a parallel way.
compiler
parallel
python
python3
truths
2 голосов
2 ответов
10th May 2017, 5:42 AM
Ajay singh
Hi guys i need app to run kotlin code on Android without internet ( compiler or ide , but on Android) like qpython 💔
kotlin
2 голосов
2 ответов
26th Aug 2018, 7:50 PM
Atta Mohammed
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
48
49
50
...
55
Следующий >
Актуальное сегодня
What's wrong with this code ? ( Beginner)
4 Votes
Pig Latin
0 Votes
Someone can help me
0 Votes
Square Roots
0 Votes
What's wrong with this?
2 Votes
Currently learning C++, I’m getting into socket programming with C++
0 Votes
Is there any new bug in the projects reply sections?
1 Votes
I’m new someone can help me
0 Votes
What's doctype htMl
2 Votes
HTML community, HELP!!
0 Votes