Coma (,) vs point (.) In Java | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Coma (,) vs point (.) In Java

I have a big question, in my last post https://www.sololearn.com/discuss/531927/?ref=app I had a problem with decimal point in Java, because here in Mexico I use the point 3.7, not the coma, 3,7 But my question, when you are coding and you need to use numbers with decimal point, do you use the coma or the point? when I'm coding Do I need to think the numbers with coma or point? what is better? it is better to use coma or point in numbers?

13th Jul 2017, 2:27 AM
Eduardo Perez Regin
Eduardo Perez Regin - avatar
4 Respuestas
+ 1
you need to use the decimal (.) for double and float values.
13th Jul 2017, 2:34 AM
Andrew Lampert
Andrew Lampert - avatar
+ 1
but in eclipse if I use the decimal (.) in the input I get an error, does this occur with another's ides?
13th Jul 2017, 2:38 AM
Eduardo Perez Regin
Eduardo Perez Regin - avatar
0
I'll have to try it when I get the chance to. It very well could be that Java is different between regions, and for you its a comma? but I doubt it. what's the error exactly?
13th Jul 2017, 2:40 AM
Andrew Lampert
Andrew Lampert - avatar
0
check the post, there I put the error that I got in eclipse, the problem occurs when I use the decimal in the input, because of that, I need to use some additional code to solve the problem and be able to use the decimal (in the post is everything). But when I used the coma in the input, I don't have any problem, and I don't need the additional code. https://www.sololearn.com/discuss/531927/?ref=app
13th Jul 2017, 2:48 AM
Eduardo Perez Regin
Eduardo Perez Regin - avatar