+ 1

How to create veriables....?

13th Dec 2017, 1:20 PM
vickie
vickie - avatar
9 Answers
0
Hi Vickie. Do you have knowledge about any other programming language? Or you are totally new?
13th Dec 2017, 3:53 PM
Uttam
Uttam - avatar
0
I'm like totally new. you can say....!
13th Dec 2017, 3:59 PM
vickie
vickie - avatar
0
If you are talking about naming a variable... a variable should start with a letter (Capital or Small in C#) or underscore (_).
13th Dec 2017, 3:59 PM
Uttam
Uttam - avatar
0
Do you know about data types?
13th Dec 2017, 4:00 PM
Uttam
Uttam - avatar
0
I want this applicationstate ();
13th Dec 2017, 4:02 PM
vickie
vickie - avatar
0
Hey can tell your problem with more detail.
13th Dec 2017, 4:25 PM
Uttam
Uttam - avatar
0
leave it. I want to beginning again from 0. (
13th Dec 2017, 4:39 PM
vickie
vickie - avatar
0
Good. Keep Learning.
13th Dec 2017, 4:40 PM
Uttam
Uttam - avatar
0
you need to define the variable data type: (int, string, float) then you need to give the variable a name. then you need to close the statement. for example: int myAge = 8; int (data type) myAge (variable name) = (assign the variable) 8 (the variable value) ; (close the statement)
31st Mar 2018, 11:28 AM
Khaled Genena
Khaled Genena - avatar