In Vb.net im struggling with the naming of integers and decimal. Please explain in easy terms | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
+ 3

In Vb.net im struggling with the naming of integers and decimal. Please explain in easy terms

vb.net

2nd Aug 2017, 7:30 AM
Dries
Dries - avatar
2 ответов
+ 1
nice one @ stamen
13th Oct 2017, 9:24 PM
chidiebere Joshua
chidiebere Joshua - avatar
0
If you are thinking about variable naming it's done like this: Dim variable_name As variable_type = variable_value Example: Dim foo As String = "bar"
10th Aug 2017, 6:52 AM
Stamen
Stamen - avatar