How write decimal number whit character | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

How write decimal number whit character

20th May 2018, 4:01 AM
Pooriya Rashidi
3 Respuestas
0
Can you explain a bit more?
20th May 2018, 4:26 AM
Akib
Akib - avatar
0
I want to write a calculator that its number is float but I should take the number as character but I can't define float in char
20th May 2018, 4:34 AM
Pooriya Rashidi
0
typecast it. (float) value
20th May 2018, 4:42 AM
Akib
Akib - avatar