Corsi
Accedi
Inizia a imparare l'IA
Corsi
Accedi
Inizia a imparare l'IA
Discussioni Q&A
Cerca
Cerca
Fai una domanda
Fai una domanda
DECLARE SUB Result () CALL Result END SUB. Result () N=5 C=1 WHILE C <=5 PRINT N N=N*10+5 C=C+1 WEND END output of the given.
c
-4 Voti
3 Risposte
29th Apr 2022, 3:26 PM
Jonny Jiwan
Why isn't my Js code not printing onto the console my things?
bank
calculator
console.log
help
js
print
web
1 Voto
2 Risposte
23rd Aug 2017, 6:24 PM
Milo Paolone
We know the pre-defined function str_repeat();. Now how to make our own user defined function that works exact same as str_repeat. For eg str_repeat("John ",10); ( this will print John 10 times ). Help will be appreciated .
functions
php
0 Voti
5 Risposte
9th Aug 2016, 2:36 PM
Sajen "The Empathy"
When working in Swift Playground can I print the value of a variable? I would like to see the value of a variable in an array.
variables
0 Voti
2 Risposte
18th Oct 2016, 1:53 PM
Neville Moray
I don't understand why I can't make a sum of two functions that returns an int value. For example: def N1(): x=3 return x def N2(): y=4 return y print (N1+N2)
functions
python
0 Voti
3 Risposte
29th Aug 2016, 12:02 PM
Alejandro Pérez Moreno
Im having trouble with a card game. I need to print the deck than take a card and remove it from the deck. What is my mistake?
array
card
game
java
length
0 Voti
1 Risposta
12th Sep 2018, 2:33 AM
Jossue
Any good source to learning DSA?
data-types
interpreter
json
node.js
polymorphism
print
professor
protected
sololearn
4 Voti
1 Risposta
26th Nov 2017, 5:53 AM
Mukul
What's wrong in this??
code
coding
else-statements
help
if-statements
java
javascript
print
python
python3
1 Voto
2 Risposte
20th Apr 2020, 5:36 AM
Eco Fico
evry1 can i get some help on how to print 4*1=4;4*2=8....in my second code....i know what to loop but dnt knw where to write it
cout
for
0 Voti
1 Risposta
24th Dec 2016, 7:13 PM
Syed Naqvi
def my_func(n,i,c): if i==0: if c==2: return True else: return False if n%i==0: c=c+1 return n,i-1,c n=int(input()) ans=my_func(n,n,0) if ans==True: print ("prime") else: print('not prime')
python
recursion
0 Voti
1 Risposta
19th Oct 2016, 2:14 PM
khateeb anwer
question about the output: if shout is placed before the last print statement, why does it give you a "no output" if you run the
"""
a
an
def
exclamation
mark
print
shout(word):
with
word
-1 Voto
1 Risposta
14th Jun 2020, 11:23 AM
H Liu
sum ko call kraya bina object bnay kyo ki ye static method h but ise x m assign hi kyu kiya print krane k liye
methods
sololearn
-1 Voto
1 Risposta
29th Apr 2018, 6:23 PM
anshul sen
Python question
help
input
menu
print
pyhton
question
0 Voti
1 Risposta
24th Sep 2018, 10:03 PM
GD cheerios YT
Can we build a desktop RIP (raster image printing) application using python ?
desktopapplication
print
printer
python
python3
rip
0 Voti
1 Risposta
24th Dec 2018, 3:50 PM
Seyed Ebrahim Khadem
using a for Loop initialise the contents of a 10 element array of the type int to 0. using another for loop print the contents of the array to the screen.
arrays
c#
loops
0 Voti
3 Risposte
7th Jul 2016, 3:33 PM
Adrian Lupu
Could someone give me the program for this question Input a number between 1 and 7 and print out the corresponding day of the week Sample input = 6 Sample output= saturday Thank
java
0 Voti
2 Risposte
20th Nov 2016, 2:50 PM
David
why using these long methods and then get output small words such as hello if we have direct court statement and small program to print this ,why we use classes,objects to do this typical small functions.
c++
classes
1 Voto
3 Risposte
6th Jul 2016, 12:15 AM
Karanveer Singh
How to use "AND" "OR" in Python's input function?
and
else
error
if
operator
or
print
pycharm
python
0 Voti
3 Risposte
29th Sep 2019, 3:16 AM
Madan Timilsina
Can you help me with this ?
classes
constructors
inner-classes
java
main
methods
operator-overloading
print
properties
0 Voti
3 Risposte
19th Apr 2018, 7:39 AM
Lupan Cristian
Ler um número inteiro e imprimir o seu quadrado. Help me
a
int
java.
print
read
squar.
to
2 Voti
1 Risposta
9th Mar 2018, 9:15 AM
Aniceto Do Rosário Primeiro🇲🇿🇲🇿
Php html echo
backend
development
echo
help
html
mysqli
php
print
server
serverside
0 Voti
4 Risposte
15th Nov 2019, 11:54 PM
Pedram Negahbanaghdami
I tried following code try: num1 = 7 num2 = 0 print("Done calculation") print (num1 / num2) except ZeroDivisionError: print("An error occurred") print("due to zero division") It's throwing an error I don't understand why can someone explain me plz
exceptions
python
2 Voti
3 Risposte
2nd Aug 2016, 12:02 AM
nikitha gireddy
How to change the color of a text?For exemple, if I want to print "Hello" and I want to make it Red, how can I do that?
python
0 Voti
2 Risposte
24th Jun 2017, 9:50 PM
Darvin Koka
Is this the only way to seperate 2 inputs and add them together? I would of liked to do this in one print but a string brakes it
input
int
java
string
then
unstring
0 Voti
2 Risposte
24th Jun 2017, 5:46 PM
Uni Verse
In PHP how to perform more action at a time in one form? for ex. insert data and print sum two number in another webpage .
html
php
sql
0 Voti
1 Risposta
2nd Jun 2017, 2:30 PM
Vicky Wani
Type in the missing parts to declare the x variable with a value of 25 and a p pointer containing the x's address. Print the mem
c++
pointers
0 Voti
1 Risposta
28th May 2020, 8:47 AM
Vincent Kimanthi
Hey im wanting to do a calculation in python 3x and i wanted to know how to have the system print an answer onto the output.
python
-2 Voti
3 Risposte
17th May 2017, 9:18 PM
Tanner
as you have an array of integers with 5 numbers, it is requested that you (1) put in ascending order this army and print the res
ans
plz
0 Voti
1 Risposta
2nd Jun 2017, 1:06 PM
Gopal Varma Gottimukhala
A) Write a C program to search a particular roll no. in an array. If that roll no. exist in an array print “number is present"
c
-4 Voti
2 Risposte
22nd Apr 2018, 10:07 AM
uttamrich
What use the cronometer in java
c
c#
c++
java
namespaces
print
strings
2 Voti
1 Risposta
14th Dec 2017, 6:46 PM
Juan Esteban Rios
Java - PrinterJob
image
java
print
printer
printerjob
programming
0 Voti
1 Risposta
30th Mar 2017, 6:26 PM
Ammy Dua
PYTHON3 Function ad for loop
def
for
function
loop
print
programming
python
python3
1 Voto
2 Risposte
20th Nov 2017, 7:26 AM
Michael Nervo
using a while loop initialise the contents of a 10 element string array to c#. using another while loop print the content of the array to the screen.
c#
loops
0 Voti
2 Risposte
8th Jul 2016, 5:01 AM
Adrian Lupu
What is the output of this code?
code
if
ifelse
ifstatement
output
print
python
0 Voti
1 Risposta
12th Dec 2019, 4:38 PM
Kaushal M. Vasava
Please i need an answer to this worry, base on the switch statement if i input a value that is not in any case nothing wil print
switch
0 Voti
1 Risposta
8th Mar 2019, 10:50 AM
Agofack
I need help fixing this code
broken
code
error
fix
help
icantthinkofanymoretags
noob
print
python
yeet
0 Voti
2 Risposte
22nd Sep 2020, 10:38 AM
Bobby
def printer (n): if (n <= 0): return "please enter a number greater than 0" else: for i in xrange (0,n) print i what's the run time of this algo?
python
0 Voti
2 Risposte
6th Sep 2016, 6:59 AM
brian
Working on Files
beginner
c++
files
modify
output
print
read
0 Voti
2 Risposte
21st Dec 2016, 1:32 AM
Fluffy Rabbit
Write a program that receives the length of the square side of the input, and fill its triangle and its end with the star and print the image.
c#
0 Voti
1 Risposta
2nd Nov 2018, 9:17 PM
mostafa
How can we show sum of a numberr series and number series also like 1+2+3+4+5... =Sum in C# ?
1+2+3
c#
coding
number
numeric-operations
output
print
programming
series
sum
2 Voti
2 Risposte
11th Sep 2017, 5:28 PM
Hemant Bansal
What can python display
click
display
learn
print
python
screen
solo
sololearn
tap
2 Voti
2 Risposte
16th Feb 2018, 1:17 AM
mYstic
Is there a way I can display a simple emoji character in my Python script using print? print('🙄') gives me an error everytime
display
emoji
error
print
python
python3
unicodeencodeerror
0 Voti
1 Risposta
5th Mar 2019, 3:09 AM
D. Booey 📜
how does this program work??? doesn't the break command break the loop prematurely, if that's the case there should be only 0 displayed as output followed by the print statement.
break
loops
python
0 Voti
2 Risposte
9th Nov 2016, 2:58 AM
Clinton Moses
What kind of new feature do you expect from Sololearn?
c#
css
feature
features
html
php
print
python
sololearn
2 Voti
2 Risposte
2nd Dec 2016, 2:15 PM
Retul
i want to design a GUI app to accept character in a text field and print in label if that character is a vowel.the app should be case sensitive.
java
0 Voti
1 Risposta
21st Sep 2016, 2:08 PM
Gokul Menon
Types of printing a statement in ruby
display
output
p
print
printf
putc
puts
ruby
2 Voti
1 Risposta
19th Dec 2016, 6:24 PM
Krishnaraj V
Why isn't it working properly????
array
import
input
java
print
result
scanner
split
string
variable
0 Voti
2 Risposte
2nd Feb 2022, 5:57 PM
Ravi King
arrays
a
all
array.
in
leaders
print
program
the
to
write
0 Voti
1 Risposta
8th May 2018, 4:23 AM
pavankalyan kopparapu
What is the benefit of sololearn programming to the world.
advance
create
great
intelligence
print
progress
unique,
1 Voto
1 Risposta
27th Apr 2017, 10:04 AM
Sofia Bain
Does exists command for printing on the specific line?
console
int
line
number
output
print
println
specific
text
0 Voti
3 Risposte
25th Jun 2017, 1:03 PM
You don't know me
Fai una domanda
Fai una domanda
Fai una domanda
Fai una domanda
< Precedente
1
...
90
91
92
Successivo >
Popolare oggi
Is it possible to convert .zip file to apk? If yes, how??
1 Votes
I think the heart system is ridiculous, 5 hearts that refill after like 5 hours? That is really just crazy to me.
2 Votes
Why can’t I use double “ in python?
0 Votes
What do you think of this code and what are your suggestions for developing and modifying it?, How can I develop myself more?
0 Votes
Coding for Cybersecurity
0 Votes
Guys I don't know anything about cooding who can help me pls
0 Votes
Pointers in c#
0 Votes
2 cases not correct what's the problem
1 Votes
You’re free to give me your advice! 🚨
0 Votes
Salut tout le monde
1 Votes