Corsi
Corsi
Compilatore di codice
Compilatore di codice
Discuti
Prezzi
Squadre
Accedi
Registrati
Menu
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
How to create a Java program that accepts a name, age and year of birth and then outputs it?
java
0 Voti
10 Risposte
19th Sep 2020, 9:35 AM
Jul Maglinte
Where to find a python lnterpreter that outputs beyond texts only?
interpreter
python
1 Voto
2 Risposte
22nd Nov 2019, 2:23 PM
Ahaoma Michael
How can I have multiple outputs when I input. Check the code below:
c++
1 Voto
6 Risposte
30th Apr 2020, 4:22 PM
The Unknown
why are the outputs of these two codes starting from different digits?
loop
0 Voti
5 Risposte
14th Jul 2019, 4:09 PM
Aniruddha Roy
could someone explain why the highest number this code outputs is 0
python
1 Voto
3 Risposte
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 Voto
9 Risposte
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 Voti
12 Risposte
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 Voto
19 Risposte
24th Dec 2020, 4:44 AM
Puneetha Akula
Why do these two codes produce different outputs ?
python3
tuples
value-types
1 Voto
1 Risposta
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 Voti
1 Risposta
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 Voti
2 Risposte
1st May 2021, 7:36 AM
Vedanth
CHALLENGE:Write a code which outputs whether a given number is even or odd.
java
javascript
3 Voti
6 Risposte
5th Dec 2017, 1:19 PM
Olam
why when i put false in the program, it outputs error?
constants
false
php
true
0 Voti
4 Risposte
3rd Oct 2016, 8:48 AM
Andreea Deleu
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 Voti
9 Risposte
28th Apr 2021, 11:15 PM
O'vonee Delpesche
How many outputs will I get if I select all from two different tables?
join
sql
1 Voto
6 Risposte
21st Jul 2023, 1:15 PM
Yuen Chee Tong
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 Voti
14 Risposte
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 Voto
2 Risposte
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 Voti
3 Risposte
30th Apr 2017, 12:46 AM
Joseph
How to remove some outputs and get only the desired output ?
c++
output
sumofdigits
3 Voti
3 Risposte
2nd Apr 2017, 1:11 PM
Ritik Pal
How can I get two outputs to print on the same line?
python
0 Voti
3 Risposte
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 Voto
17 Risposte
3rd Jul 2021, 2:04 PM
Student
Not clear on how this outputs 110, please explain if you can..
javascript
1 Voto
4 Risposte
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 Voti
11 Risposte
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 Voto
1 Risposta
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 Voti
17 Risposte
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 Voti
30 Risposte
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 Voti
3 Risposte
14th May 2020, 7:21 PM
Marshall Russell
Could you please explain why this code outputs 13. Thank you!
javascript
1 Voto
2 Risposte
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 Voti
6 Risposte
19th Sep 2022, 6:01 PM
Denis
Please explain this code answer? print (-11//3) print (11//3) outputs are -4 3
python3
2 Voti
1 Risposta
11th Oct 2020, 2:15 AM
Sâñtôsh
Coding Competitions
algorithmicthinkin
inputs
outputs
1 Voto
3 Risposte
16th Apr 2018, 6:46 PM
Anthony Perez
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 Voti
21 Risposte
15th Mar 2021, 4:46 AM
Philip Ochieng
Why these codes have these outputs ? output: 0 0 3 0 1
java
1 Voto
2 Risposte
29th Nov 2019, 7:27 PM
Puriya ghazi mir saeed
Can someone pls explain to me why this code below outputs undefined
javascript
1 Voto
1 Risposta
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 Voti
2 Risposte
2nd Oct 2020, 10:54 AM
abhinav
Why the outputs of this codes are 0 and the other rnd_int
python
0 Voti
2 Risposte
24th Apr 2020, 9:22 PM
Guillermo González
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 Voti
20 Risposte
2nd Nov 2022, 4:25 PM
Mohammed Khadir
int x = 3; while(x > 0) { System.out.println(x); x--; } /* Outputs 3 2 1 */
loops
1 Voto
2 Risposte
6th Aug 2018, 11:49 AM
Saurabh Negi
How to store outputs of a for loop in an array.
arrays
java
0 Voti
2 Risposte
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 Voto
3 Risposte
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 Voti
6 Risposte
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 Voti
1 Risposta
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 Voti
4 Risposte
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 Voto
6 Risposte
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 Voti
4 Risposte
9th Jun 2021, 2:30 PM
Da GD Bot
Why this code output nothing ?? Help plz
%s
outputs
pointer
strings
3 Voti
4 Risposte
20th Mar 2022, 7:58 PM
Mik
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 Voti
28 Risposte
29th Oct 2020, 4:05 PM
Vishal
How we can found out every program outputs in every programming languages ??
output
1 Voto
2 Risposte
18th Jan 2019, 6:37 AM
shaikh farin
WHO HAS SOLVED INPUTS AND OUTPUTS CHATBOT ON PYTHON FOR BEGGINERS V1.0 PLEASE HELP WIH A SOLUTION
none
0 Voti
5 Risposte
27th Dec 2023, 8:44 AM
HEKIMA
How do I insert a line gap between the two outputs in the below code in python ?
operators
output
print
python
1 Voto
9 Risposte
22nd Mar 2020, 6:20 AM
Sk. Ahmed Razha Khan
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
3
4
5
...
7
Successivo >
Popolare oggi
How often can you become a fully stuck developer?
1 Votes
Improve accessibility of this page
0 Votes
What is a simple and easy way to learn ruby? :)
0 Votes
Help
1 Votes
Data analysis
0 Votes
Lesson Takeaways
0 Votes
Course Doubt
1 Votes
If we already have the DELETE command in SQL, why do we need TRUNCATE?
2 Votes
How do i make a lexer and parser
1 Votes
Order of AI courses
0 Votes