Cursos
Cursos
Compilador de Código
Compilador de Código
Debatir
Precios
Teams
Iniciar sesión
Registrarse
Menu
Sesiones de PyR
Buscar
Buscar
Haz una pregunta
Haz una pregunta
Why is 7.0 stored as a float and 7 not? Aren't they both integers? Is it because of the .0?
data-types
0 Votos
2 Respuestas
19th Jun 2020, 3:37 AM
Kevin Barrera
How do you take an input in python and verify its type and print accordingly if it is integer, float or string?
python
1 Voto
5 Respuestas
11th May 2017, 1:14 PM
Madhurima Chakraborty
So converting an integer to a float, all you'd need to do is multiple it by 1.0?
float
python
0 Votos
2 Respuestas
18th Jul 2016, 1:24 PM
Jonathan Picazo
changing datatypes in C, C++
float
integer
to
0 Votos
6 Respuestas
3rd Feb 2019, 11:52 AM
Robin R.
need some help with this cpp challenge question
c++
float
if-statements
1 Voto
2 Respuestas
23rd Nov 2020, 5:26 AM
Priyansh Agrahari
What is a Long in NextLong , Short in NextShort , Float in NextFloat and Byte in NextByte ????
in
input
java
user
1 Voto
1 Respuesta
18th Nov 2019, 12:22 PM
Mamta singh
May sound silly but can someone please explain to me the difference between a double and a float number?
c++
double
float
0 Votos
1 Respuesta
18th Nov 2019, 7:25 AM
Little Light 🕯️
Can a pointer of integer type hold the value of character type or float type ?
beginner
c++
pointers
pointertype
0 Votos
1 Respuesta
1st Sep 2017, 1:47 PM
Satyam Anand
If I can add an integer and a float, why do we have to convert the float to avoid an error?
type-conversion
1 Voto
4 Respuestas
24th Feb 2018, 6:17 AM
Austin Hofmann
Floating technique, urgent!! please help XD
clear-property
css
float
html
-1 Voto
9 Respuestas
1st Jul 2017, 3:53 PM
Oeoes Roy
I dont understand why I should use the diferend types int double and float and not juast one general
c++
double
float
int
0 Votos
3 Respuestas
17th Aug 2016, 10:03 PM
maxilinn
How to print 12.235 if the input taken is 12.2345 in the c-language. Please help me with this
c
float
language
-1 Voto
3 Respuestas
18th Aug 2020, 4:47 PM
Mayank Pathak
I am not getting correct output....
float
help
logic
problem
2 Votos
4 Respuestas
6th Jan 2022, 5:19 PM
𝑺𝑯𝑼𝑩𝑯𝑨𝑴 𝑹𝑨𝑱
Its it possible to link a website to a new website created
css
float
0 Votos
1 Respuesta
31st May 2020, 4:08 PM
Godfred Nketiah
C++ program to pass 4 arguments of float type to a function,compare the numbers and find out the larger value without logical op
c++
function-arguments
functions
0 Votos
3 Respuestas
5th Sep 2022, 5:34 AM
Yousafse
how can i test if a float (or double) value is an integer like 1.0 or 2.00.. ? in java
float
integer
java
0 Votos
4 Respuestas
24th Nov 2017, 11:34 AM
Elghozi Nasreddine
How to solve this friends bill amount is 100 but I should give 20% tip as a float please help me on the same
pythonforbegginers
1 Voto
5 Respuestas
12th Aug 2021, 3:43 AM
Madan Kumar M
Why write f behind number?
constants
cpp
float
3 Votos
3 Respuestas
3rd Feb 2018, 5:02 PM
Rambo Schweiz
C++
bool
double
float
int
string
0 Votos
10 Respuestas
22nd Dec 2021, 11:53 AM
Abbey Abbey
What path would be best for someone wanting to specialize in marketing email design?
css
float
0 Votos
2 Respuestas
3rd Mar 2017, 12:30 AM
Chris
How to %f to output the desired digit of decimal & floats(aka after point)
c
float
placeholder
print
0 Votos
7 Respuestas
30th Nov 2022, 3:18 AM
Ateeq Aslam
How can we change the data types of String, char and int respectively to char, String and float in java
casting
java
type
0 Votos
2 Respuestas
14th Nov 2018, 6:44 PM
Ehsanullah Popal
How are floating point numbers saved in binary?
binary
double
float
memory
2 Votos
2 Respuestas
25th Jul 2018, 8:56 PM
Jan Štěch
Why can't I divide in Python?
divide
float
int
python3
0 Votos
8 Respuestas
21st May 2019, 2:16 PM
Manan
C - Why is output 0.00 instead of 3.00?
c
data-types
float
union
2 Votos
5 Respuestas
26th Jan 2020, 11:39 AM
Paolo De Nictolis
I would like to create a functin that determines if round.random(uniform(0,10)) is odd or even
float
function-arguments
math
operators
0 Votos
7 Respuestas
15th Aug 2021, 7:59 PM
Aaron
Any app ideas
float
python3
sololearn
4 Votos
2 Respuestas
18th Dec 2016, 12:51 PM
code-junkie
I don't why the answer is not print in float value. the output only prints an integer value. Pls reply what is error.
c++
1 Voto
3 Respuestas
14th Jan 2021, 4:27 PM
Jawahirullah
Can any one explain why we got this kind of output and also say me when " float is true " and "double is false" gets printed ?
c
doubt
sololearn
4 Votos
2 Respuestas
25th Aug 2019, 9:41 AM
Kiran Deep Naidu
So what is the function to display floating number
float
php
0 Votos
1 Respuesta
13th May 2019, 10:34 AM
🇧🇩BASHAR
Can I put 2 div's on 1line with help of tag"float"?
css
float
0 Votos
2 Respuestas
12th Mar 2017, 12:23 PM
Semen
How to remove zeroes after decimal point in C language.
c
convertfloattoint
double
float
floattoint
int
4 Votos
12 Respuestas
3rd Nov 2020, 2:54 PM
KishanBGajera
Why this happens to floats?
float
python
summation
2 Votos
1 Respuesta
21st Sep 2021, 2:29 PM
Ali Hosseinzadeh
In MySQL i am inserting 80.23 in a datatype float (2,2). But i am getting error as : error 1264 Out of range value (column).
challenges
database
mysql
sql
7 Votos
1 Respuesta
16th Feb 2018, 10:08 AM
Rstar
Friends What is the difference.. here
c
float
if
int
0 Votos
7 Respuestas
24th May 2019, 9:02 AM
malepu rakesh
when i am dividing any no. by other, than they are not showing float instead they are showing lowest integer in result.
data-types
python
0 Votos
5 Respuestas
22nd Aug 2016, 5:08 PM
Rahul
How run code for float in python?I need to run a system about count wide and circumference in python for my course work.
python
0 Votos
2 Respuestas
12th Aug 2019, 5:45 AM
Lee Haimi
Unable to calculate 1.2-1 in Python
data-types
float
python
2 Votos
3 Respuestas
19th Feb 2017, 8:06 AM
Nithin
#include <stdio.h> int main() { int a, b; float salary = 56.23; char letter = 'Z'; a = 8; b = 34; int c
c
-2 Votos
5 Respuestas
30th May 2021, 4:29 PM
Manash Anand
Are there any resources on Sololearn that cover the Float function within CSS? I searched but could not see it included
css
float
html
0 Votos
2 Respuestas
17th Nov 2020, 6:52 AM
אלי קאהן
What is error in this code. ?
c++
error
float
length
3 Votos
5 Respuestas
17th Apr 2018, 3:12 AM
Rajesh Rathod
Is there a function that return a decimal point value from a double/float ?
c++
double
float
0 Votos
3 Respuestas
31st May 2019, 8:50 AM
Noverdi Ramadhan
floats
c
c++
conditional
float
6 Votos
2 Respuestas
6th Feb 2020, 1:28 PM
{ SorousH }
Why it print else statement rathar than if ?
?
basics
c
float
ifelsestatement
4 Votos
3 Respuestas
5th Jan 2019, 11:01 AM
Jagjot Mann
What is data type name integer
float
int,
variables
1 Voto
3 Respuestas
8th May 2019, 5:35 PM
Abhishek Kumar Singh
Would like to clarify why it is error message
float
int
print
0 Votos
3 Respuestas
19th Nov 2019, 10:57 PM
THEGreatGatsby
In c programming, we use int for decimal, char for character, float for integers. Then what we can use for string...?
geetsalame
0 Votos
2 Respuestas
9th Feb 2020, 7:50 AM
RAJ SALAME
What happens when I pass an integer to a float variable ? Can someone explain me the output of this code ?
c
data-types
float
input
int
output
variables
0 Votos
2 Respuestas
25th Aug 2021, 6:28 AM
Sk. Ahmed Razha Khan
Comparing floats and doubles in C++
compare
cpp
double
float
3 Votos
3 Respuestas
16th May 2020, 9:24 PM
CeePlusPlus
Why its 20 not 20.0.......since in the last problem the answer was in float...how to declare whether its an integer or float
python
0 Votos
3 Respuestas
8th Oct 2018, 4:02 PM
Jervis.J Vasanth
Haz una pregunta
Haz una pregunta
Haz una pregunta
Haz una pregunta
< Anterior
1
...
15
16
17
...
21
Siguiente >
En tendencia hoy
Why is it so hard to get a job as a junior dev? Or just wanting to do an internship.
1 Votes
Kernel in Jupyter
2 Votes
How many days will It takes to completely learn front end
4 Votes
SQL
2 Votes
JAVA PROGRAMMING
2 Votes
Solution to solving this bugged problem
2 Votes
What Does Pseudo Elements Mean.
2 Votes
HTML/CSS questions
0 Votes
IMAGE
0 Votes
Html
1 Votes