Cours
Cours
Compilateur de code
Compilateur de code
Discuter
Tarification
Ăquipes
Se connecter
S'inscrire
Menu
Discussions Q&R
Chercher
Chercher
Poser une question
Poser une question
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; }
java
-3 Votes
5 RĂ©ponses
25th Nov 2016, 3:54 AM
Ahmet Bozkurt
Why is after "Hello {0}", yourName. The word yourName again? (See code in description)
beginner
c#
question
2 Votes
3 RĂ©ponses
23rd Mar 2018, 11:52 AM
Sylv1a
Is there any way to Print "Hello World" without using Console.WriteLine ?
c#
0 Vote
3 RĂ©ponses
6th Feb 2017, 3:15 AM
Mariyadinesh
I am struggling with the first "Hello World" Code, I keep getting an error...
python
1 Vote
3 RĂ©ponses
6th Aug 2019, 6:27 AM
Camillo Zimba
How to print "Hello world" (with double quotes) in C language and not Hello world ( without double quotes) ????
c
7 Votes
4 RĂ©ponses
7th Sep 2017, 3:27 PM
Aman Jain
hello := "Hello World" replace the word "Dunia" to "Golang" using packages strings
go
golang
0 Vote
2 RĂ©ponses
8th Feb 2022, 10:55 PM
Dzulfiqar Ali Rasyid
#include<stdio.h> #include<string.h> int main() { char str[20] = "Hello World!"; printf("String before strrev(): %s\n",str)
c
1 Vote
1 RĂ©ponse
1st Jul 2022, 2:16 AM
Rona Vicente
How to display "Hello Nepal" 100 times without double quotes used in program.
c
1 Vote
1 RĂ©ponse
19th Jul 2019, 8:32 AM
Suman Shah
no matter what i write after cout, i keep getting a result of "hello world!"
c++
cout
0 Vote
6 RĂ©ponses
27th Jun 2016, 1:27 PM
lala
When i write my first programm "hello world!". We say me synthax error. I don't understand
python
0 Vote
5 RĂ©ponses
29th Dec 2019, 12:08 AM
Daryl Bixente Azur ASSIANA
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 11; } is something wrong
program
0 Vote
8 RĂ©ponses
18th May 2018, 3:08 PM
Shivam Kumar
I'm using turbo c++ and i type the "hello world" code and it doesn't work
c++
0 Vote
5 RĂ©ponses
20th Nov 2016, 1:21 PM
daffa satria
Write a program in C++ to print "Hello World" but the program should not contain any semicolon.
#c++
#challenge
#codeblooded
#programmer
#sololearn
2 Votes
3 RĂ©ponses
19th Mar 2019, 4:00 PM
Vineet Vijayagopal
How do I build and run "hello world! I love programming! " In c++ codeblocks?
c++
code
code::blocks
error
file
hello
message
save
world
0 Vote
4 RĂ©ponses
22nd Jan 2017, 10:42 PM
bradley
What will be the output of the following in c: printf( 6 + "hello world" /n)
beginner
c
1 Vote
2 RĂ©ponses
7th Jan 2022, 4:13 PM
Parthib Das
I wrote "Hello World " code in code blocks... then I press F9. Then It shows error massage...
c++
0 Vote
9 RĂ©ponses
4th Aug 2016, 3:13 PM
Md. Mahmudur Rahman
Please help solve this. Complete this function to either return "hello, (name)!" Or "Hello there!"
print
0 Vote
2 RĂ©ponses
10th Oct 2017, 8:54 PM
Sky
"Hello word" busco a alguien que sepa de CSS para hacer un proyecto juntosđ, y ademas quisiera conocer mas gente en sololearnđ
yo
-1 Vote
13 RĂ©ponses
29th Oct 2021, 5:18 PM
Super Stars
What was your first code/program ever? Besides "Hello World" :P Share it with the rest of us đ
code
coding
first
insight
motivation
program
rookie
share
sololearn
thoughts
2 Votes
5 RĂ©ponses
19th Dec 2017, 6:53 PM
MichaelR
How many ways can you print "Hello World" using only one method or style in the c++ language?
c++
challenge
hello
world
2 Votes
5 RĂ©ponses
12th Sep 2017, 2:05 PM
Bob
Input is "hello world" . Can some one explain me this? Iam getting different outputs in different compilers
c
1 Vote
2 RĂ©ponses
23rd Apr 2020, 5:36 PM
vasireddy ganesh
How many languages can you write "Hello World" in. Please try and show the codes.
hello
language
world
1 Vote
1 RĂ©ponse
27th Oct 2016, 7:49 PM
Victor Ogudu
I am trying to write the basic coding program "hello world" but it isn't taking it in my computer in Turbo C++. Why?
c++
5 Votes
11 RĂ©ponses
23rd Jul 2017, 11:34 AM
Pratham Pandey
failure to run a Codeblocks binary file "Hello world.exe" properly from the Windows 10 file manager
c++
operators
0 Vote
2 RĂ©ponses
8th Sep 2016, 7:07 PM
Paul Riddoch
why i enter "hello every one" but it shows "hello"?what should i write alternate of cin??
c++
string
0 Vote
2 RĂ©ponses
13th Nov 2017, 2:44 AM
Frankestine Stine
What if I want to print "hello {0} world" ? With {0} printed as it is
c#
input
0 Vote
2 RĂ©ponses
30th Sep 2016, 10:59 AM
Ryu
The question says create a method and use the method to print "hello world" in java. I need help please guys
java
0 Vote
4 RĂ©ponses
27th Mar 2021, 7:36 PM
Mubarak Usman Gidado
What Java code do i need to add to "Hello World" to make it a runnable Jar file in eclipse?
java
1 Vote
3 RĂ©ponses
28th Apr 2019, 9:23 PM
Khaing Khaing Mon
Opening even "Hello Word" a.out file by any hex editor shows us that it is usually overcrowded with non-informative areas.
c
gcc
reduct_executable_size
0 Vote
2 RĂ©ponses
25th May 2020, 12:49 PM
John
If 'void' in the code means it wont return a value, then how is "Hello World" even used? because System.out.println overides it?
java
methods
void
3 Votes
3 RĂ©ponses
1st Mar 2017, 11:58 AM
Wildman Fizat
Is there anyone who can help me with my "hello world" assignment on introduction to programming ? Thank you
android
0 Vote
2 RĂ©ponses
14th Jan 2017, 9:53 PM
Afis Souley
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 Vote
5 RĂ©ponses
8th Jan 2018, 5:57 PM
Alessandro
whats the difference in << "Hello world"; & <<" Hello <<"world!"; both are shows display same " Hello world " so, why this '<<' in between those ????
c++
cout
0 Vote
6 RĂ©ponses
11th Jul 2016, 3:44 PM
Manish Pant
Create a for loop that iterates up to 50 while outputting "hello" at multiples of 4, "world" at multiples of 6 and "hello world"
#javascript
0 Vote
1 RĂ©ponse
20th Aug 2022, 5:51 AM
Mamudu Razik
What is wrong with this code? I want it to output the text "Hello world" and then the "who are you". I am so new to this whole c
system.out.println
1 Vote
4 RĂ©ponses
1st Dec 2016, 7:03 AM
Tristan
help me guys i m new..I am having problem with quotations what will be the code if the output is "hello world" and 'hello world'
python
strings
0 Vote
1 RĂ©ponse
6th Feb 2017, 2:45 PM
manab
string means just the sentence including quotation marks. For example "hello world" double quote means using ". single quote means '. Can someone tell me if the concept is right??
python
strings
0 Vote
4 RĂ©ponses
13th Oct 2016, 11:19 AM
fatima tuz zahra abdullah
what is the use of // prints ? If I type cout << "Hello World!"; , even with or without // prints, I get the same answer
c++
0 Vote
2 RĂ©ponses
5th Jul 2016, 5:49 PM
Farhan S
when I have clicked on the build and run icon ,I got something like " as.exe.Entry point not found" instead of the "Hello world! " getting printed! can anyone explain what went wrong
basics
c++
0 Vote
1 RĂ©ponse
14th Jun 2016, 8:33 AM
srija
because i can't run a php code from sublime text
?>
"Hello
<?php
</body>
</head>
</html>
<body>
<head>
<html>
<title>my
echo
first
page</title>
php
world!";
0 Vote
1 RĂ©ponse
15th May 2020, 1:56 AM
jose gabriel pinto
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
Suivant >
Aujourd'hui en vedette
Solved Chess tournament youâre creating code for a chess tournament
2 Votes
[off-topic]Where is Result??
2 Votes
I really need a tutor
1 Votes
Mentor rank
2 Votes
[SOLVED] Where do you find code coaches?
1 Votes
ââ„
2 Votes
Cpp
1 Votes
Why does it disappear?
0 Votes
developpement
2 Votes
Have SoloLearn Certs helped anyone find a Job? If so how did you use the ending that you got in learning?
1 Votes