0

What is mean by variable in c#

variable understand

10th Feb 2017, 10:59 AM
Shreekant Gosavi
Shreekant Gosavi - avatar
3 ответов
+ 4
try googling: what is a variable?
10th Feb 2017, 11:12 AM
Mario L.
Mario L. - avatar
+ 4
bruh... That's why you've tutorials in this app, to answer such a basic questions
10th Feb 2017, 11:48 AM
Jakub Stasiak
Jakub Stasiak - avatar
0
A variable is something that can represent any value (within its scope; ie: int can only represent integer values and strings can only represent string values). A variable is similar to the 'x' in algebra, eg: y=3x -- you can use any input any value of x to calculate y.
7th Mar 2017, 2:54 PM
Stephen Jukes