C# date types | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 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 ответ
+ 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 🇮🇳