Courses
Courses
Code Compiler
Code Compiler
Discuss
Teams
Log in
Register
Menu
Q&A Discussions
Search
Search
Ask a question
Ask a question
Notifications and text displayed on a screen are examples of outputs from computer programs.
false
true
0 Votes
3 Answers
7th May 2024, 2:44 PM
Abhi Veeramally
The provided code stores the value 7 in a variable, and outputs it.
amit
-1 Vote
2 Answers
14th Jul 2022, 12:23 AM
Gunda Freefire
More than one code practice.
cases
issue
outputs
0 Votes
2 Answers
29th Dec 2021, 5:40 PM
Carlos Dubois
Hello, how do you provide 2 inputs and get the code to print 2 outputs ??
python
0 Votes
5 Answers
28th Sep 2023, 12:28 AM
Isimbi Fany
How can I save the outputs of this function in a variable? in a list
python
0 Votes
3 Answers
18th Mar 2020, 10:19 PM
Hugo Raúl López Enríquez
Why outputs 0*8*0 and 3*0*37(first and second outputs)? When i use the constructor works correctly(thrid output).
classes
constructors
oop
1 Vote
5 Answers
15th Jan 2019, 3:47 PM
Ch1p
Can you please explain programs on r+,w+,and a+?
outputs
programs
with
0 Votes
2 Answers
8th May 2020, 5:25 AM
Lakshmi Prasanna
When we change the prefix increment(++i) to the postfix increment(i++) it outputs 60 instead of 12. Why ?
basics
c++
cpp
increment
loops
math
while
6 Votes
5 Answers
25th Jun 2020, 11:35 AM
Salmanul Faris
Outputs time limit exceeded. I am trying to reverse a string without using string functions.Help me out.
java
0 Votes
8 Answers
12th Jul 2018, 5:28 AM
Hrithik Muskan
why isn't it doing any outputs for me? should got to 10 right?
javascript
loops
0 Votes
3 Answers
11th Sep 2016, 6:31 PM
Ed Hartley
Why in this code there is no output? I think it does not mean, it outputs error.
c
6 Votes
2 Answers
20th Jan 2019, 2:53 PM
Zhenis Otarbay
Guys how to print two outputs in python using /n with no space at beginning
\n
begginer
help
newline
python
sololearn
1 Vote
3 Answers
4th May 2020, 11:38 AM
Binto_ Sharon
Please write a java code that makes use of the java.awt package and outputs some graphics
java
swing
1 Vote
5 Answers
11th May 2018, 10:42 AM
Devansh Gupta
What is the Output of this Code, And explain why it Outputs from 1 to 64
list
listslice
slice
2 Votes
1 Answer
3rd Mar 2022, 5:35 AM
David Mphande
srand(98); ok. But what's the difference with normal rand(); outputs are same
rand
0 Votes
1 Answer
5th Feb 2019, 3:07 AM
Itir Emiroglu
Design and code a C/C++ program that accepts a number then outputs its ab
c++
-1 Vote
2 Answers
1st Mar 2021, 4:40 AM
alisa carvajal
u need to make a program that takes a US state code as input and outputs its full name. Where is the error?
r
switch
1 Vote
9 Answers
12th Sep 2021, 8:01 PM
Ammara Tayyab
How do i create an array that outputs 3 random words at the same time without repeating them?
java
question
2 Votes
8 Answers
1st Oct 2017, 3:42 AM
jalen
How to write a python code that collects user input(which is a word) and then outputs it backward
backward
input
python
word
1 Vote
5 Answers
22nd Jan 2021, 9:42 AM
Ozemoka Shuaib Aloaye
Tripple dollar. Please explain me, step by step, what does interpreeter do here and why it outputs dollardollar?
php
2 Votes
5 Answers
12th Aug 2018, 12:22 PM
lock
Write a program that takes the text as input and outputs it by adding 3 stars at the beginning and the end.
((""))print
(("***
)
)
***"
hello
name=
2 Votes
6 Answers
29th Jun 2021, 2:15 PM
Delight Amadi
We must write code which outputs string with "" . How can we do this?(in python)
python
1 Vote
3 Answers
3rd Mar 2021, 3:56 PM
Ozodbek
Make a function that takes two strings as input, and outputs the common characters
commonletters
python
-2 Votes
2 Answers
2nd Oct 2021, 2:13 PM
ntombizodwa
Why am I getting different outputs in these two types of loops(the while loop is correct though)
java
0 Votes
4 Answers
25th Mar 2021, 9:49 AM
Karuchiu Wamahiga
Please does anyone has any idea why this code outputs False? It's a sololearn challenge quiz.
classes
objects
python
0 Votes
2 Answers
13th Jun 2021, 9:44 PM
Einstein IJ
The provided code stores the value 7 in a variable, and outputs it. Change the code to output the value of the variable raised t
lbanks
-6 Votes
8 Answers
29th Jan 2022, 12:22 PM
L Banks
s='12345'. s[::-2]='531', s[:1:-2]='53',s[:4:-2] or s[:-1:-2] or s[1:4:-2]=' '. How do we get these outputs
python
slicing
strings
1 Vote
2 Answers
5th Dec 2017, 5:39 PM
Ajeya Bhat
This is dumb but can someone explain why this outputs 10. Im confused
php
0 Votes
2 Answers
27th Apr 2017, 10:04 AM
Mashan Shaluka1
Moving code from one IDE (Pythonista 3) to another (Sololearn), and nothing outputs for two different codes.
help
issue
movingcode
1 Vote
4 Answers
16th Aug 2022, 12:58 PM
The Coder
Is there any inbuilt java.... compiler in androids that compiles the app or outputs the bunch of programmme that are written for
java
7 Votes
8 Answers
9th May 2019, 9:46 AM
Monkey D. Luffy
Why in the first case outputs 3 numbers after ".", And in the second 2 numbers after "."
formatting
python
python3
0 Votes
5 Answers
30th Apr 2019, 11:42 AM
Cloudtamer
When I finished creating the code related to internet connection, it outputs an error ...
c++
coding
error
learn
output
sololearn
1 Vote
1 Answer
31st Dec 2020, 3:13 AM
Carbon dioxide
Write a C++ program that takes a string containing a full name, and outputs each part of the name separately. The name should be
c++
0 Votes
7 Answers
3rd Mar 2017, 12:42 AM
Wills Rockson
How can I print all the outputs of a "for" on the same line? Help me
python
0 Votes
2 Answers
18th Mar 2020, 11:34 PM
Hugo Raúl López Enríquez
Can anyone help?. Why does the code below outputs an error ? itm = [] itm [0] = "cat" print (itm)
python
python3
0 Votes
6 Answers
13th Dec 2019, 5:55 AM
Charles Xstorm Ukadike
Can somone tell me why the code always outputs "The pocket is red" no matter the value given?
elif
else
If
ifelse
python
0 Votes
7 Answers
10th Feb 2017, 7:15 PM
Paul Silvestri
You are given a program that outputs all the numbers from 0 to 20. Change the code to make it output only numbers that are mult
c++
0 Votes
12 Answers
2nd Nov 2020, 9:52 PM
Horilal S Nirmalkar
Can anyone write me a program usin C++ and loops to get the outputs 0,1,1,2,3,5,8,13,21,34,55.
c++
in
outputs
program
the
0 Votes
3 Answers
13th Sep 2017, 10:58 AM
Anand Benny
My program is showing all the outputs correct but yet Solo Learn is showing it as Incorrect. Can anyone explain?
military
time
1 Vote
4 Answers
8th Oct 2020, 9:56 PM
Vijay
I'm newbie in learning python but I don't know how the code works, after coding the outputs is confusing. It only print the name
python3
2 Votes
6 Answers
25th Jun 2022, 3:51 PM
MAnny
I'm trying create a program that takes 4 action results as input( hit or miss) and outputs the score
python
0 Votes
4 Answers
12th Jul 2021, 2:21 PM
Philippe Ezekiel
What is input function.
inputs
outputs
python3
0 Votes
1 Answer
14th Dec 2017, 7:11 AM
Siddharth Bisht
Write a program that takes a list as input and outputs the last element of that list.
exercise
list
python
slices
1 Vote
2 Answers
30th Sep 2021, 10:50 PM
Kevin
my code outputs only the last information in the loop . what can be the problem
c++
1 Vote
3 Answers
20th Sep 2016, 6:25 PM
Issah
I'm supposed to create a program that takes a string as input and outputs a dictionary which represents the letter count.
python
0 Votes
7 Answers
11th Aug 2021, 11:51 AM
Gee Pebbles
Why does Java compiler prints a value, while a C++ compiler outputs another in the next expression?
c++
compiler
expression
java
1 Vote
1 Answer
29th May 2020, 9:08 AM
Sergio Enrique ☕
Time to Practice Drag and drop to create a valid loop that outputs the numbers 5 to 1: x = 5 : print(x)
python
1 Vote
4 Answers
24th Apr 2022, 5:36 PM
Jekalynn McKen
The given program outputs "C++". Change the code to output each character on a new line, resulting in: C + +
c++
1 Vote
2 Answers
3rd Jan 2022, 4:09 AM
AJ Nicole P. Aquino
Write a program that takes two numbers as input, assigns those values to the provided a and b variables, then outputs their sum.
correction
guide
me
1 Vote
7 Answers
16th Jan 2022, 6:43 AM
_pfttwdyc_
While working on increment/decrement expressions there is difference between the outputs if the compiler is different?Y it is so
ace
gaurav
jacob
janovj
palak
paulo
raj
toys
0 Votes
6 Answers
9th Jun 2018, 5:30 PM
Deepak Bhalode
Ask a question
Ask a question
Ask a question
Ask a question
< Previous
1
...
4
5
6
7
Next >
Hot today
Help please?
4 Votes
How to get better with problem-solving and programming
1 Votes
Ejercicio Pytho
0 Votes
Odd even threads without condition variable
0 Votes
What is that z for
0 Votes
Bug on "Java for Beginners Module 3 Quiz"
1 Votes
Suggestions needed
4 Votes
Game development
0 Votes
Write a program to find the strings are in isogram or not
0 Votes
Ruby programming?
3 Votes