Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
assigning the value, having problem
python
variables
-1 Voto
3 Respuestas
1st Aug 2018, 1:27 PM
amit rathore
Given a list of N integers, find its mean (as a double), maximum value, minimum value, and range.
c++
cpp
1 Voto
4 Respuestas
23rd Mar 2019, 2:10 AM
stanley
Which is better? Calling a Funtion by value, or calling by reference?
c++
10 Votos
36 Respuestas
30th Sep 2018, 7:16 AM
Mrityunjay Mani Tripathi
Tell me, what I need to enter in line 2 to bind g to s[0] or s[1] or s[2]. And when entering this value, it translated the rate
javascript
1 Voto
2 Respuestas
10th Apr 2021, 7:56 PM
Тимур Завьялов
I want to receive proper value, can anyone help?
c
0 Votos
1 Respuesta
29th Oct 2019, 1:58 PM
Pubas Deedumrong
If there's "lighter" value, then Is there "light" value in font-weight?
css
font
2 Votos
3 Respuestas
4th Mar 2020, 10:27 AM
Adi Pratama
Given a sorted array, rearrange the array alternately i.e first element should be max value, second min value, third second max
c
c++
java
-1 Voto
1 Respuesta
4th Aug 2018, 10:09 AM
Raja N
Why do it says i need a int() value, not a str() one?
help
list
python
python3
string
0 Votos
6 Respuestas
17th Oct 2020, 8:22 AM
Diga17
Only magic methods can return any value, is it so?
magic-methods
python3
1 Voto
1 Respuesta
25th Feb 2019, 12:59 PM
Govind Kumar Arora
So... X++ increase the value, and ++X decrease the value ?
c
operators
2 Votos
2 Respuestas
29th Mar 2017, 5:19 AM
Luis Berbesi Estupinan
If not declare return value, what type of return value is assumed?
qna
returnvalue
2 Votos
2 Respuestas
24th Apr 2018, 7:01 PM
★Aniket Mashilkar★
Sort a dictionary in alphabetical order by the value, and print.
dictionary
-3 Votos
2 Respuestas
12th Jun 2021, 10:33 PM
nai
If program wants an integer value, what if user enters string
c++
game
try_except
0 Votos
2 Respuestas
19th Feb 2018, 10:37 AM
Mustafa K.
comparing dynamic int value to reverse of its value, not comparing properly.
compare
if
int
0 Votos
2 Respuestas
7th Jan 2023, 2:48 PM
Harshanand Raykar
what is Call by value, call by reference, call by address?
c++
0 Votos
2 Respuestas
30th Jan 2017, 4:08 PM
vinay marmat
What does the id, value, and style attributes mean in HTML. PLEASE help
html
1 Voto
3 Respuestas
13th Jun 2018, 1:56 AM
Edward Jackson Jr
we know that tan(π/2)= infinity. but this code in description prints it's value, 16331239480885248.000000. Why?
answer
please
this.
1 Voto
4 Respuestas
30th Jul 2020, 12:45 PM
Jilani Hasan
How to turn string into dashes using pass by value, pointer, or reference?
how
to
2 Votos
2 Respuestas
3rd Nov 2017, 1:25 AM
Mankit Chan
I have a known object property value, how to find the index in the collection
java
2 Votos
2 Respuestas
2nd Oct 2018, 6:28 PM
xuyexu
If a method does not return any value, you should use the return type:
c#
1 Voto
1 Respuesta
30th Aug 2018, 6:31 AM
Nwenar Ismael Abbas
What Is difference between call by value, call by address, call by reference
java
loops
0 Votos
2 Respuestas
31st Jan 2017, 7:06 PM
Kalpam Srivastava
Why does my code print the original sum value, and not what it's supposed to be?
c++
help
programming
sequence
sum
1 Voto
2 Respuestas
27th Sep 2019, 11:40 AM
Benan Essayed
Why does Java compiler prints a value, while a C++ compiler outputs another in the next expression?
c++
compiler
expression
java
1 Voto
1 Respuesta
29th May 2020, 9:08 AM
Sergio Enrique ☕
In java the word void means it does not return any value, Could anybody explain it to me??
c++
java
javascript
3 Votos
4 Respuestas
2nd Apr 2017, 4:56 PM
Jalal Uddin
Specifiers for int is (%d) but when i replace it by (%i) it gives same value, why?
data-types
placeholder
sololearn
specifiers
2 Votos
1 Respuesta
10th May 2020, 5:04 PM
Gaurav singh chauhan
I tried several rounding methods for the average value, butevery time atleast one case gets wrong. Any advice is appreciated.
average
length
python3
word
0 Votos
3 Respuestas
17th Feb 2020, 10:09 PM
Tharindu
How to find out the minimum no. of elements in a List which has sum equals to given value, in Python
combinations
list
sum
0 Votos
4 Respuestas
20th May 2020, 11:32 AM
Somasundaram K
It is assumed that the void function does not return a value, but in the following code, the sum is returned
c
c#
c++
0 Votos
4 Respuestas
2nd Jul 2022, 1:02 PM
RAMADAN : رمضان
In python ; instead of using the #float and #int functions after reading a numeric value, can the #eval function be used ?
eval
float
int
5 Votos
4 Respuestas
3rd May 2019, 9:36 PM
Abdelkader Barraj عبد القادر البراج
I always read about returning values and it explains that the return keyword returns a value, but what does that even mean?
c#
c++
java
1 Voto
5 Respuestas
5th Jan 2017, 12:03 PM
Lily Awertnex
In c++ when you want to use the sum value, you should put int sum = 0; first or just int sum;?
beginner
c++
help
1 Voto
2 Respuestas
6th Nov 2023, 7:11 PM
Magdalini
If 'void' in the code means it wont return a value, then how is "Hello World" even used? because System.out.println overides it?
java
methods
void
3 Votos
3 Respuestas
1st Mar 2017, 11:58 AM
Wildman Fizat
So in this instance 98 is our seed value, what does that exactly mean? Does it mean we start 98?
rand
0 Votos
2 Respuestas
11th Apr 2018, 3:48 PM
Sir
question:If you do not want your method to return a value, you should use the return type: ansver: void
c#
methods
-2 Votos
2 Respuestas
30th Dec 2016, 6:04 AM
Alper
I only have 7 lines of code but the time limit exceeds, one integer value, 3 prints, and a while command, whats wrong. Descript
coding
exceeded
limit
print
problems
python3
time
while
0 Votos
6 Respuestas
26th Feb 2017, 12:08 AM
Trey Sarver
I'm having trouble grasping the value, ref, and out methods and how to use them. Could someone help explain it better?
c#
methods
0 Votos
3 Respuestas
22nd Jul 2016, 10:27 PM
Daniel Hildreth
I have this merge sort code but for int value, where do i need to change to get double/float value as output?
c
sort
1 Voto
1 Respuesta
25th Apr 2022, 7:52 AM
Siyam
Guys i need to know about binary search of a value, concept clearly... I seen programs but it confusing me
java
0 Votos
1 Respuesta
7th Feb 2017, 6:50 AM
tharun
If we want to give multiple names to a var and assign it a single value, what should we do??
data-types
0 Votos
1 Respuesta
23rd Aug 2018, 9:38 AM
Sagar
Can someone help in exchange value and swipe system
predefined-variables
swipe,
value-types
value,
variables
-3 Votos
1 Respuesta
31st Jan 2021, 3:34 PM
Ahmed Kamal
I'm trying to make a cipher, and need to assign each letter its number value, how can I do this and make it printable?
c++
char
variables
0 Votos
2 Respuestas
4th Nov 2018, 11:35 PM
JDLives
When we have to use value, id, name attributes while creating a form? And when we put the content in the value tag empty?
forms
1 Voto
1 Respuesta
10th Jan 2021, 8:46 AM
Devansh Agarwal
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
En tendencia hoy
X velocity
0 Votes
Files not linking in C++
0 Votes
I am a super beginner
0 Votes
And... Who is the staff then?
1 Votes
I want to make a triangle area calculator ,anybody can teach me
2 Votes
Web Dev
0 Votes
Img & web server or personal info
0 Votes
Pls give me an idea
1 Votes
How this program executes?
0 Votes
How to achieve "Sololearner" achievement?
0 Votes