0
What is var?
4 Answers
+ 3
var is just short for variable its just a name they have used in lessons to show were the variable goes.
String var = "hello";
but you can use anything
String blabla = "hello"; << here blabla is a variable the same a var
+ 1
thanks
+ 1
Like David said, it's a placeholder name. Just a short for variable.
0
variables like them
int x;
char y;