Курсы
Курсы
Компилятор кода
Компилятор кода
Обсуждения
Цены
Teams
Войти
Регистрация
Menu
Обсуждения
Поиск
Поиск
Задать вопрос
Задать вопрос
Void print something(). Can we choose another function instead of void here. For example " main". Is void necessary ?
c++
functions
0 голосов
3 ответов
1st Dec 2016, 7:08 PM
Black Temple
How to fix " Eclipse Unable to Launch, the selection cannot be launched, and there are no recent launches"
development
eclipse
error
python
python3
0 голосов
1 ответ
5th Sep 2019, 12:55 PM
mounir abdelmolk
Can you help me for like this : is quoted with " which must be escaped when used within the value
java
0 голосов
1 ответ
2nd Sep 2020, 12:15 PM
mansi
How can i take input from scanner ...like i code and "what is your age prints on the screen " and i will put if else condition ?
java
0 голосов
7 ответов
26th May 2020, 10:36 AM
Harsh Vyas
Hello could someone explain to me why this arduino code doesn't work? It says that " 'n' was not declared in this scope" thanks.
arduino
1 голос
4 ответов
12th Feb 2019, 9:11 PM
Alexis Durand
What if the main method is just " void main( Strings [args])" instead of Public static (Strings [args])
java
methods
0 голосов
1 ответ
22nd May 2018, 3:57 AM
Revolution .....
I put 2 variables with the value 267 and compared it with the " is" command in Python and returns the False value. What is the
python
2 голосов
3 ответов
25th Feb 2021, 9:59 PM
Amir
Can anyone please explain me object pointing methods (pointer and others) and about " ::" < these dots and CONSTANT ..??
begginer
c++
classes
help
method
objects
operation
pointers
3 голосов
1 ответ
4th Feb 2018, 12:51 PM
Anmol Batra
Please I can't access my 9.2 Code Repo. It says "something went wrong " please what do I do?
html
0 голосов
1 ответ
8th Oct 2022, 10:50 AM
EKWENSI ONYINYE LYNDA
what is the code in js for " when i click on enter button the next page is appear
@arbbadsa
@sololearn
0 голосов
1 ответ
20th May 2020, 2:08 AM
Arun
#include <iostream> using namespace std; int main() { int num = 7; while (num > 6) { cout << "Number: " << num;
loops
0 голосов
3 ответов
25th Apr 2018, 6:22 AM
Aditya Mehta
Can anyone tell me how the following code operates , I don't know why "return fib(n-1) + fib(n-2) " is given
python3
0 голосов
1 ответ
4th Jul 2020, 5:42 AM
Pavan Vijay.J
How to overload assignment operator for a class having member as " int * ptr; and A *a;" Here A is class declared in some librar
c++
1 голос
4 ответов
14th Oct 2019, 1:38 PM
Amit chavare
Guys im creating a calculator. How can is use the " ." Button ? What is the right way please help me
c#
0 голосов
3 ответов
15th Oct 2018, 11:08 AM
Diako
Please explain this code.. how does "sum" assign its value from " i" in this code below ?
code
javascript
-1 голос
2 ответов
3rd Sep 2017, 3:05 PM
$ Suresh Purohit $
when i whant to "build" the program i write, give the " there is no executable compiler for GNU GCC Compiler" in build log box ?
c++
compiler
error
executable
1 голос
6 ответов
8th Dec 2016, 5:58 PM
hamed
I want to choose another color for text by using js and use boolean operator " || ". Why doesn't it work now? Help pls🙏🙏🙏
boolean-logic
js
2 голосов
2 ответов
11th May 2020, 1:15 PM
Pavel Durov
Rearrange the code to surround the text " I am learning HTML on sololearn!" With opening and closing <p>tags!.any explanation🤷.
kcee
-3 голосов
2 ответов
16th Aug 2020, 2:59 PM
Kcee Ben
I'm using eclipse and it always shows "Launch failed. Binary not found. " when I run my program. What can I do?
binary
c++
eclipse
failed
1 голос
3 ответов
14th Sep 2016, 3:18 PM
franka
What's the use of " myArr[0][2] = 42;" in this code , if we removed it the code will give same result
arrays
0 голосов
2 ответов
28th Sep 2018, 9:00 PM
hend kandil
In this book store c++ program whay "book not found " word comes when ever the search is right can any one help 😀
c++problem
0 голосов
1 ответ
31st May 2022, 6:13 PM
♥Heart ♥Hacker♥
this this platform just show "hello" of following code, but why not showing" this a web class " in title tag??
html
0 голосов
2 ответов
11th Feb 2019, 11:53 PM
Usman Zafar
what this line says "Python code often contains references to the comedy group Monty Python. This is why the words, "spam" and "
monty
python
1 голос
1 ответ
22nd Sep 2018, 3:54 PM
AAKASH H UEC18101
Which one is fastest if $a = 10; echo "Output is: {$a}"; echo "Output is " . $a; echo 'Output is ' . $a; echo "Output is $a";
php
3 голосов
6 ответов
20th Jul 2016, 11:09 AM
Dushyant Srivastava
Что не так? <html> <head> <h1>это мой первый сайт!</h1> <h3>как это сделать</h3> <p id="p">для создания надо скачать программу "
html5
0 голосов
2 ответов
10th Mar 2018, 2:54 PM
Alexga
Hello guys some one help me explain this while loop x = 1 while x < 10: if x%2 == 0: print(str(x) + " is even")
python3
1 голос
3 ответов
10th Aug 2020, 8:08 AM
Akatwijuka Allan
I need help to create a program where he first ask you "What's your name?: " and then it gives you as output "Hello (name)"
input
java
0 голосов
5 ответов
8th Jan 2018, 5:57 PM
Alessandro
In the last project of the Python beginners course I am having an error in output " none ,'what should I do?
code
following
help
project
python
searchengine
0 голосов
2 ответов
2nd Aug 2022, 6:21 PM
Sabeen Fatima
How do i add a variable within a string block ? For example: " my name is + myVar+ and I age is + age+."
javascript
0 голосов
5 ответов
26th Dec 2017, 5:35 AM
Yasir Taj
What does it mean by Strictfp keywords in this question below ? "Which variable types does the Strictfp keyword affect? "
in
java
1 голос
1 ответ
12th Jan 2019, 12:56 AM
Mohamed Saber
Take the name as input name = input() # Use concatenation to join 2 strings message = "Nice to meet you, " name # Display the
concat
0 голосов
3 ответов
9th Oct 2023, 5:22 PM
olawoyin tunji
What wrong
"
".center(105,
"#")
\033[31mlocation
print
python
tracking\033[0m
-2 голосов
3 ответов
26th Apr 2020, 2:34 PM
Akram Barkat
Why in HTML language the ending code has first" / " this sign and then the same tag also please tell how it works
<html></html>
1 голос
2 ответов
27th Oct 2018, 11:20 AM
&hubham Gawade
Under Java->More on Classes->Polymorphism, to create an object of an inherited class, " Animal a = new Dog();" is used. "Dog a =
java
polymorphism
0 голосов
2 ответов
20th Aug 2018, 4:25 AM
Dinesh Kumar
why is it that when you run python program it will bring something like this "look like your program need input " what shouldido
python
0 голосов
2 ответов
9th Oct 2023, 4:36 PM
Layfix103
I need to print a list which have compination of "a to e " and "1 to 3" ? Output will be (a,1,b,2,c,3,d,e)! (Python preffered)
python3
1 голос
2 ответов
22nd Mar 2019, 12:42 PM
Lijo David
why in the description of type convertion there is no print command but in the "try it yourself " part?
python
type-conversion
0 голосов
1 ответ
30th Aug 2016, 2:55 PM
M. Shahriar Rezoan
May somebody create a step list "what to do "" where to seach" "how to" " java or C# for beginers . Thx you alot alot
java
jdk
0 голосов
4 ответов
13th Aug 2016, 4:21 PM
Nick Filippov
Javascript code with an function called KU . Function when called should return an alert " hello world". the button is me
design
web
-2 голосов
2 ответов
13th Jun 2021, 2:21 PM
Alex Muendo
Please can someone with to correct this code? "Somebody wrote code to. take a string input and output it, repeated 10 times. "
help
i
need
please
this
with
0 голосов
1 ответ
28th Jun 2022, 1:04 AM
Israel Nosakhare
After assigning value to the variable. Why dont we use the double inverted commas ( " ") in the cout function
c++
variables
0 голосов
1 ответ
25th Feb 2017, 3:09 PM
RAHUL PATIDAR
How to write program for giving input " hai" and I want auto reply "hello"...and it should be a continuous process...java
java
-2 голосов
1 ответ
6th Feb 2021, 9:41 AM
Durga
Could any one help me tht from where i can get ready made source code building a website "online freelance market place " ?
asp.net
code
developer
freelance
html
java
mysqli
mysqlserver
php
website
1 голос
1 ответ
13th Nov 2018, 8:34 AM
Sadaf Preety
Hope all at SoloLearn forgive my "borrowing " chunks of your code. I am still trying to get my head around the html intro sect
i
0 голосов
1 ответ
21st Apr 2019, 3:14 PM
screwball70
why in the postfix increment , x increases and y equals " old x" , even if the equals x after increment?
c#
operators
0 голосов
2 ответов
19th Aug 2016, 7:58 PM
Omar Hossam
I have installed code blocks but it is showing "cant find compiler Executable In your search " so what do i do next ?
c++
comments
1 голос
2 ответов
28th Jun 2017, 7:09 AM
Mangesh
my pic is in desktop's folder ...and name of folder is "im"And image name is" b " and is jpg image. to type to to display in htm
html
picture
0 голосов
3 ответов
15th Apr 2019, 7:53 AM
prabesh
Hi , I am still new and I am not sure exacly what I am doing wrong . This is from the "let the party begin " practice.
balloons
c#
help
new
party
0 голосов
2 ответов
27th Sep 2021, 5:27 PM
Eric Pregent
why doesn't making line 4 " if i == 2 or 3:" cause the output to be 1 skipping 2 skipping 2 4 ... ?
loops
python
0 голосов
3 ответов
17th Aug 2016, 2:11 AM
Coleman Alexander
String a = "a"; String b = "b"; if(a.equals(b)){ System.out.println("a equals b"); } in above why we wrote " a.equals(b)" i cant understand.. describe in details plz.. i m a beginner
if-statements
java
2 голосов
4 ответов
28th Jul 2016, 7:43 AM
Niki Patra
Задать вопрос
Задать вопрос
Задать вопрос
Задать вопрос
< Предыдущий
1
...
13
14
15
Следующий >
Актуальное сегодня
Is this realistic enough?
2 Votes
"Which is harder to master — Machine Learning or Cybersecurity? And why?"
1 Votes
"What’s the best way to combine creativity and coding? Can storytelling improve web apps?"
1 Votes
Cybersecurity techies
3 Votes
Web Development
0 Votes
Please complete this code.
0 Votes
Can someone please explain python for me
0 Votes
Can u learn multiple language at the same time, without misplacing the formats of each with the other
0 Votes
What's wrong with code?
0 Votes
Python
1 Votes