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
*DAILY CHALLENGE* : Write a function that calculates and prints the n'th 'quix-number' to screen!
c#
c++
challenge
code
daily
html
js
php
python
ruby
5 Votes
38 Réponses
24th Aug 2017, 9:24 AM
Julian Fechner
Can someone explain to me why the program prints "false"?
python
4 Votes
4 Réponses
30th Apr 2017, 4:18 AM
kris
When I enter the first input, the program breaks and prints 0
c
1 Vote
11 Réponses
15th Aug 2019, 6:25 PM
Geek
Can you please explain why it prints this way
python
1 Vote
2 Réponses
4th Mar 2020, 4:05 AM
Ayanfe
what is wrong in this code? it just prints out the else statement
ifelse
python
rockpaperscissors
1 Vote
10 Réponses
1st Apr 2018, 5:10 PM
Tanvir Hasan
Why does this code prints 20 instead of 30?
c/c++
0 Vote
2 Réponses
24th Dec 2020, 12:30 AM
Glade
Why this C code prints different output in different runs?
c
2 Votes
2 Réponses
18th Jul 2021, 2:41 AM
Rishi
Please could someone help me retrieve the challenge about creating a code that prints multiplication of numbers.
multiplication
2 Votes
56 Réponses
30th May 2018, 9:39 AM
Sammy
1. Write a program that prints the minimum of four input integers.
variables
1 Vote
6 Réponses
1st Dec 2020, 12:17 PM
Aquib Ali
Why the first elements prints as 0 - Java Arrays
arrays
java
loops
1 Vote
3 Réponses
14th Apr 2023, 4:24 PM
GG128
Here,how this program prints the output as 1111.0 ??what about underscore?
python
2 Votes
3 Réponses
25th Jul 2020, 3:16 PM
Shreepriya HA
what will be the highest no. this function prints if called?
python
0 Vote
5 Réponses
4th Jul 2022, 8:53 PM
VISHAL CHAUDHARY
Hi javascript learners why this short code prints such strange value.
describe
hard
javascript
to
values
0 Vote
4 Réponses
11th Aug 2020, 3:27 PM
Abdihakim Ismail
Write a program that inputs the name of the user and prints it in the given format
python
2 Votes
19 Réponses
4th Nov 2022, 5:01 AM
Rama Krishna
Why it prints 14.445 instead of 14.45 when I input 3 ?
for
if
python
python3
range
2 Votes
5 Réponses
11th Dec 2022, 12:09 PM
Engineer X
A simple program that prints all the ascii characters?
asciiascii
c++
0 Vote
3 Réponses
8th Apr 2017, 11:29 AM
eddy
What is the difference between puts and prints in ruby
ruby
3 Votes
2 Réponses
1st Sep 2017, 2:51 AM
Sayantan Sinharay
Suppose a variable named var type in the code to prints it value.
variables
-11 Votes
6 Réponses
10th Oct 2020, 7:25 PM
Iqbal Azim
Can someone help me code a code which prints prime no. Infinitely.
c
code
help
prime
question
0 Vote
7 Réponses
10th Apr 2019, 4:13 PM
Kenee Patel
Challenge; small and trick used program that prints "i love sololearn"
c++
css
html
java
jquery
js
python3
3 Votes
3 Réponses
14th Sep 2017, 2:12 AM
Rabin Singh
Please tell me why this code is not outputting the desired output?It always prints z.
python
3 Votes
7 Réponses
9th Sep 2021, 2:16 AM
Vaibhav Tiwari
*FRIDAY CHALLENGE* : write a code that gets as input a positive number N > 1 and prints a N x N CLOCKWISE-SPIRAL-SQUARE
c#
c++
challenge
friday
html
java
php
python
ruby
weekend
57 Votes
75 Réponses
18th Aug 2017, 12:59 AM
Louis
How can I make loop that only prints even number ?
java
js
programming
python
web
-1 Vote
3 Réponses
14th Dec 2021, 7:44 AM
Jaspreet Singh
Write a program that prints the integer part and float part of any float number
c++
0 Vote
13 Réponses
2nd Dec 2020, 2:08 PM
Shayma Khader
How can you make a program that prints your name as output
c++
printinga
text
3 Votes
3 Réponses
16th Jun 2020, 7:17 PM
Antisocial.
If prints out the 'true' even tough its false.
else-statements
if-statements
python3
0 Vote
1 Réponse
5th Mar 2019, 10:26 AM
Sai
How do I make a array that prints random things that are submitted?
python
2 Votes
4 Réponses
24th Aug 2019, 4:51 PM
Ethan
C program that prints your name five times on the screen
c
-2 Votes
3 Réponses
5th Oct 2020, 6:24 PM
Lyndon Lee Pacis
What if // prints "hello world", I changed to // hello world
comments
1 Vote
3 Réponses
20th Aug 2019, 6:19 AM
Mamax
Why does this not print the smallest number and instead prints 0?
novice
0 Vote
4 Réponses
18th Mar 2021, 9:36 AM
Cameron J Hughes-Daly
User Input AFTER something prints in the output box?
java
0 Vote
1 Réponse
5th Jun 2017, 3:03 PM
Jacob Braun
How do you make a program that prints emirps.
emirp
help
0 Vote
1 Réponse
26th May 2017, 3:23 PM
Miriam Abaata
Why it prints 3 instead of 6 and also with space?
c,c++
0 Vote
2 Réponses
27th Aug 2019, 3:50 AM
Chetan Mude
How it works and prints 47 when i do it as printf("%d",arr[47]);
arrays
2 Votes
2 Réponses
13th Oct 2019, 2:39 AM
Joѕнυα
How to write a loop that prints out index of every 'i' in 'Mississippi'
loops
python
1 Vote
4 Réponses
10th Jan 2020, 3:59 AM
Lalit kumar
Fill in the blanks to declare an arrow function that takes an array and prints the odd elements.
es6
functions
javascript
loops
-1 Vote
10 Réponses
14th May 2020, 4:26 PM
"Mohammed Khier" Alawadi
Does Printf Automatically add \n when it prints strings(%s) C LANGUAGE
c
help
question
0 Vote
2 Réponses
2nd Feb 2020, 8:47 PM
mert aydın
How to write a program that prints * pattern using while loop
loops
-1 Vote
4 Réponses
29th Oct 2018, 4:23 PM
abinaya
How do you know that which hex code prints out he right color
colors
2 Votes
3 Réponses
9th Feb 2019, 7:58 PM
Mwikisa Kapesa Lufungulo
This code sometimes doesn't work and it prints out something like 0.1999999999996$ instead of 0.20$ Please help!
java
5 Votes
6 Réponses
19th Dec 2018, 12:50 PM
Catzzzz™
Please help me know why this code prints 50?? Shouldn't the answer be a boolean value?
code
help
output
python
2 Votes
7 Réponses
26th May 2020, 5:46 AM
Shivangi Agarwal
Why does this code prints not only the argument passed to the function but also an undefined type.
console
javascript
1 Vote
14 Réponses
25th Aug 2022, 9:29 AM
Dhanraj Tamang
where is the wrong i want to write recursive method prints all small letters
erorrs
java
methods
recursive
0 Vote
9 Réponses
26th Aug 2017, 12:18 PM
Ghiath Aletek
Can I know why this java code prints 'b'. Please help if you can.
char
java
logic
problems
program
1 Vote
5 Réponses
3rd Aug 2019, 3:16 PM
Krishnanshu Dey
Why it prints the else statement if i give "hi" as input...?
error
0 Vote
2 Réponses
29th Oct 2022, 2:33 PM
Kiruthik Kumar
Fill in the blanks to define a function that prints "Yes", if its parameter is an even number, and "No" otherwise.
functions
python
0 Vote
10 Réponses
30th Aug 2016, 9:56 PM
Peter
Can anyone explain why given input to equal 6 or 7 it prints 4567
if-statements
python
3 Votes
3 Réponses
24th Dec 2018, 3:45 AM
Jacob Heath
Here...idk why but even if i enter the correct number...it prints 'wrongly guessed'
python3
1 Vote
3 Réponses
30th May 2019, 4:36 AM
Y AD Ù
Why writing " \ \ n " inside the cout statement, it prints \n.
\n
cout
2 Votes
5 Réponses
17th Mar 2017, 8:39 PM
cool_boy12344
what is the answer to this question? Fill in the blanks to define a function that takes two arguments and prints their multiplac
and
arguments
function
functions
modules
python3
-1 Vote
10 Réponses
15th Nov 2019, 2:12 AM
Erick Flesch
Poser une question
Poser une question
Poser une question
Poser une question
< Précédent
1
2
3
4
...
8
Suivant >
Aujourd'hui en vedette
Need a personal tutor
1 Votes
I can't figure out how to use the getElementById code in JavaScript Code Playground, I've tried multiple times and watched YT
0 Votes
Fix code
0 Votes
..
1 Votes
How can I turn my .py files to .exe files?
1 Votes
Software to write and run codes
1 Votes
Add lua
0 Votes
How Much RAM is Required for Object Detection Project
0 Votes
Beginner_to_SoloLearn
1 Votes
How to learn C++ and how long does it take
1 Votes