Cursussen
Cursussen
Code Compiler
Code Compiler
Discussiëren
Prijzen
Teams
Inloggen
Registreren
Menu
Q&A Discussies
Zoeken
Zoeken
Stel een vraag
Stel een vraag
#include <iostream> using namespace std; int main() { cout << "Hello world!"; return 0; }
java
-3 Stemmen
5 Antwoorden
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 Stemmen
3 Antwoorden
23rd Mar 2018, 11:52 AM
Sylv1a
Is there any way to Print "Hello World" without using Console.WriteLine ?
c#
0 Stemmen
3 Antwoorden
6th Feb 2017, 3:15 AM
Mariyadinesh
I am struggling with the first "Hello World" Code, I keep getting an error...
python
1 Stem
3 Antwoorden
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 Stemmen
4 Antwoorden
7th Sep 2017, 3:27 PM
Aman Jain
hello := "Hello World" replace the word "Dunia" to "Golang" using packages strings
go
golang
0 Stemmen
2 Antwoorden
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 Stem
1 Antwoord
1st Jul 2022, 2:16 AM
Rona Vicente
How to display "Hello Nepal" 100 times without double quotes used in program.
c
1 Stem
1 Antwoord
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 Stemmen
6 Antwoorden
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 Stemmen
5 Antwoorden
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 Stemmen
8 Antwoorden
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 Stemmen
5 Antwoorden
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 Stemmen
3 Antwoorden
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 Stemmen
4 Antwoorden
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 Stem
2 Antwoorden
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 Stemmen
9 Antwoorden
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 Stemmen
2 Antwoorden
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 Stem
13 Antwoorden
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 Stemmen
5 Antwoorden
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 Stemmen
5 Antwoorden
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 Stem
2 Antwoorden
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 Stem
1 Antwoord
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 Stemmen
11 Antwoorden
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 Stemmen
2 Antwoorden
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 Stemmen
2 Antwoorden
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 Stemmen
2 Antwoorden
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 Stemmen
4 Antwoorden
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 Stem
3 Antwoorden
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 Stemmen
2 Antwoorden
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 Stemmen
3 Antwoorden
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 Stemmen
2 Antwoorden
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 Stemmen
5 Antwoorden
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 Stemmen
6 Antwoorden
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 Stemmen
1 Antwoord
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 Stem
4 Antwoorden
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 Stemmen
1 Antwoord
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 Stemmen
4 Antwoorden
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 Stemmen
2 Antwoorden
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 Stemmen
1 Antwoord
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 Stemmen
1 Antwoord
15th May 2020, 1:56 AM
jose gabriel pinto
Stel een vraag
Stel een vraag
Stel een vraag
Stel een vraag
< Vorige
1
2
Volgende >
Populair vandaag
debate which is better
5 Votes
Cource
1 Votes
Im confused was that seriously it
0 Votes
why is my AI in spanish
0 Votes
Which one should I start with to learn python. The developer path or both seperate beginner and intermediate python?
0 Votes
Is anyone else having this issue?
2 Votes
Arduino
2 Votes
Debugging issue?
0 Votes
Text editor
0 Votes
how to view only application
0 Votes