Cursos
Cursos
Compilador de Código
Compilador de Código
Discutir
Teams
Fazer login
Registrar
Menu
Q&A Discussões
Pesquisar
Pesquisar
Faça uma pergunta
Faça uma pergunta
*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 Votos
38 Respostas
24th Aug 2017, 9:24 AM
Julian Fechner
When I enter the first input, the program breaks and prints 0
c
1 Voto
11 Respostas
15th Aug 2019, 6:25 PM
Geek
Can someone explain to me why the program prints "false"?
python
4 Votos
4 Respostas
30th Apr 2017, 4:18 AM
kris
what is wrong in this code? it just prints out the else statement
ifelse
python
rockpaperscissors
1 Voto
10 Respostas
1st Apr 2018, 5:10 PM
Tanvir Hasan
Can you please explain why it prints this way
python
1 Voto
2 Respostas
4th Mar 2020, 4:05 AM
Ayanfe
Why does this code prints 20 instead of 30?
c/c++
0 Voto
2 Respostas
24th Dec 2020, 12:30 AM
Glade
Why this C code prints different output in different runs?
c
2 Votos
2 Respostas
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 Votos
56 Respostas
30th May 2018, 9:39 AM
Sammy
1. Write a program that prints the minimum of four input integers.
variables
1 Voto
6 Respostas
1st Dec 2020, 12:17 PM
Aquib Ali
Why the first elements prints as 0 - Java Arrays
arrays
java
loops
1 Voto
3 Respostas
14th Apr 2023, 4:24 PM
GG128
Here,how this program prints the output as 1111.0 ??what about underscore?
python
2 Votos
3 Respostas
25th Jul 2020, 3:16 PM
Shreepriya HA
what will be the highest no. this function prints if called?
python
0 Voto
5 Respostas
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 Voto
4 Respostas
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 Votos
19 Respostas
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 Votos
5 Respostas
11th Dec 2022, 12:09 PM
Engineer X
A simple program that prints all the ascii characters?
asciiascii
c++
0 Voto
3 Respostas
8th Apr 2017, 11:29 AM
eddy
What is the difference between puts and prints in ruby
ruby
3 Votos
2 Respostas
1st Sep 2017, 2:51 AM
Sayantan Sinharay
Suppose a variable named var type in the code to prints it value.
variables
-11 Votos
6 Respostas
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 Voto
7 Respostas
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 Votos
3 Respostas
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 Votos
7 Respostas
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 Votos
75 Respostas
18th Aug 2017, 12:59 AM
Louis
How can I make loop that only prints even number ?
java
js
programming
python
web
-1 Voto
3 Respostas
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 Voto
13 Respostas
2nd Dec 2020, 2:08 PM
Shayma Khader
How can you make a program that prints your name as output
c++
printinga
text
3 Votos
3 Respostas
16th Jun 2020, 7:17 PM
Antisocial.
If prints out the 'true' even tough its false.
else-statements
if-statements
python3
0 Voto
1 Resposta
5th Mar 2019, 10:26 AM
Sai
How do I make a array that prints random things that are submitted?
python
2 Votos
4 Respostas
24th Aug 2019, 4:51 PM
Ethan
C program that prints your name five times on the screen
c
-2 Votos
3 Respostas
5th Oct 2020, 6:24 PM
Lyndon Lee Pacis
What if // prints "hello world", I changed to // hello world
comments
1 Voto
3 Respostas
20th Aug 2019, 6:19 AM
Mamax
Why does this not print the smallest number and instead prints 0?
novice
0 Voto
4 Respostas
18th Mar 2021, 9:36 AM
Cameron J Hughes-Daly
User Input AFTER something prints in the output box?
java
0 Voto
1 Resposta
5th Jun 2017, 3:03 PM
Jacob Braun
How do you make a program that prints emirps.
emirp
help
0 Voto
1 Resposta
26th May 2017, 3:23 PM
Miriam Abaata
Why it prints 3 instead of 6 and also with space?
c,c++
0 Voto
2 Respostas
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 Votos
2 Respostas
13th Oct 2019, 2:39 AM
Joѕнυα
How to write a loop that prints out index of every 'i' in 'Mississippi'
loops
python
1 Voto
4 Respostas
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 Voto
10 Respostas
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 Voto
2 Respostas
2nd Feb 2020, 8:47 PM
mert aydın
How to write a program that prints * pattern using while loop
loops
-1 Voto
4 Respostas
29th Oct 2018, 4:23 PM
abinaya
How do you know that which hex code prints out he right color
colors
2 Votos
3 Respostas
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 Votos
6 Respostas
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 Votos
7 Respostas
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 Voto
14 Respostas
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 Voto
9 Respostas
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 Voto
5 Respostas
3rd Aug 2019, 3:16 PM
Krishnanshu Dey
Why it prints the else statement if i give "hi" as input...?
error
0 Voto
2 Respostas
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 Voto
10 Respostas
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 Votos
3 Respostas
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 Voto
3 Respostas
30th May 2019, 4:36 AM
Y AD Ù
Why writing " \ \ n " inside the cout statement, it prints \n.
\n
cout
2 Votos
5 Respostas
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 Voto
10 Respostas
15th Nov 2019, 2:12 AM
Erick Flesch
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
Faça uma pergunta
< Anterior
1
2
3
4
...
8
Próximo >
Quente hoje
How to use the get() method
2 Votes
Game Dev Path
1 Votes
why is this platform infested with web devs
2 Votes
How to get account back?
1 Votes
So this what I'm trying to solve
2 Votes
PHP Tutorial Idea
1 Votes
Problem whit Javascript
1 Votes
Use Python for string manipulation and sorting.
1 Votes
So how do I create python file and be able to code in it?
0 Votes
How to open the test cases on sololearn I tried so many times with the correct code
0 Votes