- 1

Why ?

I Don't Get It somenone explain me everything im stuck :(

28th Jun 2018, 10:27 PM
MacYH DoesGT
MacYH DoesGT - avatar
2 Answers
+ 3
Variables are used to store data Vaeiables have names which you can create (user-defined) They also have data types which is used to let the computer know what data the variable is. For example int is a data type for whole numbers (integers) Lastly they can be assigned a value In the case of the int A whole number such as 4 can be assigned variables syntax changes between languages
28th Jun 2018, 10:49 PM
Agent
Agent - avatar
+ 3
Here is Sololearn Variables for PHP https://www.sololearn.com/learn/PHP/1802/
28th Jun 2018, 10:50 PM
Agent
Agent - avatar