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
How can I have multiple outputs when I input. Check the code below:
c++
1 Vote
6 Réponses
30th Apr 2020, 4:22 PM
The Unknown
why are the outputs of these two codes starting from different digits?
loop
0 Vote
5 Réponses
14th Jul 2019, 4:09 PM
Aniruddha Roy
could someone explain why the highest number this code outputs is 0
python
1 Vote
3 Réponses
9th Jan 2020, 3:53 PM
Yash
Am confused 🤔 here, why it Outputs [0, 1, 8, 27, 64] anyone to help me.
comprehension
list
listcomprehension
1 Vote
9 Réponses
3rd Mar 2022, 6:01 AM
David Mphande
Solved-Python Beginner - Strings List Problem "Write a program that takes an input string and outputs the 3rd character of the s
beginner
lists
python
strings
2 Votes
12 Réponses
2nd Nov 2021, 2:32 AM
Noshin Anwar
You need to create a program that outputs whether a store is Open or Closed, based on hour and day
sololearn
1 Vote
19 Réponses
24th Dec 2020, 4:44 AM
Puneetha Akula
Why do these two codes produce different outputs ?
python3
tuples
value-types
1 Vote
1 Réponse
19th May 2017, 11:35 AM
bibash sapkota
Saying code is not correct in code coach even though outputs are same
code
codecoach
codeplaygroun
extra-terrestrial
reverse
string
3 Votes
1 Réponse
16th Jan 2021, 1:53 AM
SRI SIVA LAKSHMANA REDDY DWARAMPUDI
Fill in the blanks to produce code which takes text as input, assigns it to the name variable, and outputs it.
blanks
code
fill
in
produce
takes
text
the
to
which
-3 Votes
2 Réponses
1st May 2021, 7:36 AM
Vedanth
CHALLENGE:Write a code which outputs whether a given number is even or odd.
java
javascript
3 Votes
6 Réponses
5th Dec 2017, 1:19 PM
Olam
why when i put false in the program, it outputs error?
constants
false
php
true
0 Vote
4 Réponses
3rd Oct 2016, 8:48 AM
Andreea Deleu
How many outputs will I get if I select all from two different tables?
join
sql
1 Vote
6 Réponses
21st Jul 2023, 1:15 PM
Yuen Chee Tong
Write a program that takes a list as input and outputs the last element of that list. The input list can be of any size
python
0 Vote
9 Réponses
28th Apr 2021, 11:15 PM
O'vonee Delpesche
You are given a program that outputs all the numbers from 0 to 10. Change the code to make it output only the even numbers
python
0 Vote
14 Réponses
19th Jan 2021, 3:02 PM
NWACHUKWU PRECIOUS CALEB
I'm having trouble with the outputs How can I create one?
decorators
details
java
javascript
sololearn
-1 Vote
2 Réponses
8th Feb 2022, 1:26 AM
💙 𝒮𝒶𝓎𝒶 🥑
Explain how the following code outputs 8 List = [1,1,2,3,5,8,13] Print(list[list[4]])
python
quiz
0 Vote
3 Réponses
30th Apr 2017, 12:46 AM
Joseph
How to remove some outputs and get only the desired output ?
c++
output
sumofdigits
3 Votes
3 Réponses
2nd Apr 2017, 1:11 PM
Ritik Pal
How can I get two outputs to print on the same line?
python
0 Vote
3 Réponses
11th Apr 2019, 10:50 PM
tristach605
Help me to correct my code of simple calculator. My two outputs are correct while third output is throwning error.
coding
python
question
1 Vote
17 Réponses
3rd Jul 2021, 2:04 PM
Student
Not clear on how this outputs 110, please explain if you can..
javascript
1 Vote
4 Réponses
20th Feb 2018, 9:28 PM
Briaה
[Challenge] Make a program that outputs the first name and the full name from the full name.
c
c#
c++
cpp
java
javascript
python
5 Votes
11 Réponses
1st May 2018, 3:37 PM
SomeOne
[CHALLENGE] Write a program in C or C++ that outputs capital letters.
c
c/c++
c++
capital
challenge
letter
output
program
1 Vote
1 Réponse
6th Jun 2018, 3:12 AM
SomeOne
Fill in the blanks to declare a class Singer having a display method that outputs the name. Then, create an object of the class
a
blanks
class
declare
fill
having
in
singer
the
to
0 Vote
17 Réponses
10th Dec 2018, 10:15 AM
Никита Ларин
CHALLENGE: Write a function that gets an array of dominoes as input and outputs the length of the longest domino-sequence!
c#
c++
challenge
challengeoftheday
community
java
javascript
php
python
ruby
7 Votes
30 Réponses
26th Jul 2017, 10:40 PM
Julian Fechner
Security Problem Tests 3, 6. / Outputs Right in 4 of 6 tests
guard
java
security
strings
0 Vote
3 Réponses
14th May 2020, 7:21 PM
Marshall Russell
Could you please explain why this code outputs 13. Thank you!
javascript
1 Vote
2 Réponses
17th Mar 2018, 8:26 PM
Briaה
Why do online compilers e.g Programiz sometimes get different outputs from code editors like Visual Studio Code?
c++
2 Votes
6 Réponses
19th Sep 2022, 6:01 PM
Denis
Please explain this code answer? print (-11//3) print (11//3) outputs are -4 3
python3
2 Votes
1 Réponse
11th Oct 2020, 2:15 AM
Sâñtôsh
I've written a code that outputs even and odd numbers from 1 to 20, i need help in writing prime numbers, anybody aware?
print
3 Votes
21 Réponses
15th Mar 2021, 4:46 AM
Philip Ochieng
Coding Competitions
algorithmicthinkin
inputs
outputs
1 Vote
3 Réponses
16th Apr 2018, 6:46 PM
Anthony Perez
Why these codes have these outputs ? output: 0 0 3 0 1
java
1 Vote
2 Réponses
29th Nov 2019, 7:27 PM
Puriya ghazi mir saeed
Can someone pls explain to me why this code below outputs undefined
javascript
1 Vote
1 Réponse
29th May 2020, 1:17 PM
Victor Emmanuel
[SOLVED] Please explain the outputs (I know the difference between a=a+b and a+=b in lists) :-
concat
function-arguments
lists
python
5 Votes
2 Réponses
2nd Oct 2020, 10:54 AM
abhinav
Why the outputs of this codes are 0 and the other rnd_int
python
0 Vote
2 Réponses
24th Apr 2020, 9:22 PM
Guillermo González
int x = 3; while(x > 0) { System.out.println(x); x--; } /* Outputs 3 2 1 */
loops
1 Vote
2 Réponses
6th Aug 2018, 11:49 AM
Saurabh Negi
You are given code which outputs the properties of a vehicle, but something is wrong. Task Fix the code to print the propert
java
0 Vote
20 Réponses
2nd Nov 2022, 4:25 PM
Mohammed Khadir
How to store outputs of a for loop in an array.
arrays
java
0 Vote
2 Réponses
16th Nov 2016, 9:50 AM
Ali Anando
please explain this code in python. why it outputs 10 at both, print statements?
code
explain
py
1 Vote
3 Réponses
6th Apr 2020, 1:28 PM
Sujithra
Write a program that takes a list as input and outputs the last element of that list.
python3
0 Vote
6 Réponses
22nd Feb 2021, 6:48 AM
Rahul Prasad
Please I need a neural network design using python for three inputs and two outputs
python
python3
4 Votes
1 Réponse
29th Aug 2018, 4:40 PM
Pablo Escobar
Why sometimes when i wrote down some codes it outputs "memory limit exceeded" ?
python
stuck
Turtle
2 Votes
4 Réponses
29th Aug 2017, 5:14 PM
Dhanraj Tamang
[please read through the desc.] Why does this c program take more than defined outputs ?
array
arrays
c
clanguage
doubt
1 Vote
6 Réponses
25th Apr 2022, 4:38 PM
blueshipswims
Why does my code give 2 outputs when it's supposed to be only 1 output
python
0 Vote
4 Réponses
9th Jun 2021, 2:30 PM
Da GD Bot
How we can found out every program outputs in every programming languages ??
output
1 Vote
2 Réponses
18th Jan 2019, 6:37 AM
shaikh farin
The speed of sound in air is 343 meters per second. Create a program that takes the seconds as input, calculates and outputs to
sololearn
-2 Votes
28 Réponses
29th Oct 2020, 4:05 PM
Vishal
Why this code output nothing ?? Help plz
%s
outputs
pointer
strings
3 Votes
4 Réponses
20th Mar 2022, 7:58 PM
Mik
WHO HAS SOLVED INPUTS AND OUTPUTS CHATBOT ON PYTHON FOR BEGGINERS V1.0 PLEASE HELP WIH A SOLUTION
none
0 Vote
5 Réponses
27th Dec 2023, 8:44 AM
HEKIMA MUHUKA
How do I insert a line gap between the two outputs in the below code in python ?
operators
output
print
python
1 Vote
9 Réponses
22nd Mar 2020, 6:20 AM
Sk. Ahmed Razha Khan
I can't understand this code. Why it becomes infinite, and why outputs 0,1,2,3?
infinite
java
loops
while
2 Votes
2 Réponses
11th Dec 2017, 5:51 PM
Sadiqov Lətif
Notifications and text displayed on a screen are examples of outputs from computer programs.
false
true
0 Vote
3 Réponses
7th May 2024, 2:44 PM
Abhi Veeramally
Poser une question
Poser une question
< Précédent
1
...
3
4
5
...
7
Suivant >
Aujourd'hui en vedette
Best way to learn a new programming language fast?
3 Votes
Where make_unique is better than unique_ptr(raw pointer)
0 Votes
Will i land a job
1 Votes
Course
1 Votes
Why we use oops in python rather than any function ?
1 Votes
someone helps how can i make two for loops over a 2d array in c ( i didn't learned pointers yet )
0 Votes
why is my leaderboard diferent than my brothers
0 Votes
Project ideas
1 Votes
What do you think would be good for some new courses?
0 Votes
Do you think AI will replace programmers?
0 Votes