will I use variables on a regular or is this for special situations? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

will I use variables on a regular or is this for special situations?

26th Jun 2016, 3:55 AM
Brad Clark
Brad Clark - avatar
4 Answers
+ 1
variables are very important and they are really common in every program. you should use it on a regular
26th Jun 2016, 7:53 AM
hrustoid
+ 1
integer - Numbers (any num) char - Character (alphabets) float - decimal number (10.123) boolean - True / False
27th Jun 2016, 6:27 PM
Manjunath Hirapur
Manjunath Hirapur - avatar
0
get used to variables and their different types: int, char, etc
27th Jun 2016, 1:47 AM
StephenG
0
Depends on ur own not nesseciTy but variables always required in code
1st Jul 2016, 4:18 PM
Sagar Thorat
Sagar Thorat - avatar