Just wondering... | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
+ 1

Just wondering...

Why do I need a semicolon at the end of each line in C#?

21st Jan 2020, 12:59 PM
JuhJ
JuhJ - avatar
1 Réponse
+ 5
semicolon is a delimiter of statements in some programming languages. it's how the compiler know where a statement ends.
21st Jan 2020, 1:08 PM
Bahhaⵣ
Bahhaⵣ - avatar