C# date types | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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

28th Dec 2022, 8:28 PM
Giovanni Paolo Balestriere
Giovanni Paolo Balestriere - avatar
1 Answer
+ 4
Check privious pages : or next pages... Ex like : float b = 3.5; // float type Or double a = 8.5; // double type
28th Dec 2022, 8:34 PM
Jayakrishna 🇮🇳