+ 1
C# date types
How can I define variables of type float in C#? I got to lesson 18 and it seems to me that he still hasn't talked about it
1 Resposta
+ 4
Check privious pages : or next pages...
Ex like :
float b = 3.5; // float type
Or
double a = 8.5; // double type