0

C# variable

c# variables what does stands for implicitly declaring a variable

19th Nov 2018, 6:19 PM
haris Ahmad
haris Ahmad - avatar
2 Réponses
+ 2
Hi, please only post your question once. Declaring a variable in C# would be like this: int x = 42; double pi = 3.14; char y = 'Z'; bool isOnline = true; string firstName = "David"; Please read: https://www.sololearn.com/Play/CSharp
19th Nov 2018, 6:25 PM
Yosharu
Yosharu - avatar
0
i couldnt understand the difference between implicitly declaring a variable and explicitly declaring a variable.
19th Nov 2018, 6:52 PM
haris Ahmad
haris Ahmad - avatar