0
can someone give example float data type
2 Respostas
+ 3
really?
then if u want its a numb and can have point
like
123.7554
but integer only have the normal digets like
123
in a code ex
...
float health = 23.4f;
float bullet {
get(){
return ammoleft;
}
}
+ 1
thanks