answersLogoWhite

0

Who created variables?

Updated: 8/9/2023
User Avatar

Wiki User

13y ago

Best Answer

The inventor of variables is THEEZ NUTZ!

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Who created variables?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What variables of a class are created when the class is loaded and continues to exist as long as the class is loaded?

Static Variables are created when the class is loaded and continue to exist as long as the class is loaded/present in the JVM


What are all the variables?

There are 'constant variables' , 'independant variables' and 'dependent variables' Constant Variable- things in the experimment that should be kept the same Independant variables- something that can be varied in an experiment Dependant variable- something that can be affected


Are C variables initialized to 0 by default?

Only global/static variables are, local variables aren't.


Explain different types of variables in shell?

Environment Variables: Sometimes called special shell variables, keyword variables, predefined shell variables, or standard shell variables, they are used to tailor the operating environment to suit your needs. Examples include PATH, TERM, HOME, and MAIL.User-defined Variables: These are variables that you create yourself.Positional Parameters: These are used by the shell to store the values of command-line arguments


What is the purpose of object oriented programming?

The answer lies in difference in Object oriented and variable based technology. Object oriented technology has a lot of benefits. One of which is that it eliminates declaration of variables for every time usage. It means that disk space is saved as variables are declared only once and only object is created further which gets an instance of these variables. It makes logic to easy implement and understand. Its systematic way of implementing a problem statement.

Related questions

When was Their Variables created?

Their Variables was created on 2007-09-18.


How are variables created?

Primitive data type variables can be created like below: int a; float b; Objects must be created using the "new" keyword Ex: ArrayList lst = new ArrayList();


What variables of a class are created when the class is loaded and continues to exist as long as the class is loaded?

Static Variables are created when the class is loaded and continue to exist as long as the class is loaded/present in the JVM


What is pointer?

pointer r the variables created in RAM which store the address of a another variable


Are static variable created by giving keyword static in java?

yes bcoz static variables


What function will be called by default to initialize the member variables of the object of the class?

The constructor. It's run each time a new object is created, usually setup to initialize member variables, but it can do most anything.


How many variables are tested during an experiment?

There are three types of variables tested: manipulated variables, controlled variables, and experimental variables.


What is the differecnce between independent variables and dependent variables?

Every time the independent variables change, the dependent variables change.Dependent variables cannot change if the independent variables didn't change.


What are variables that do not change in an experiment?

Variables that do not change in an experiment are independent variables.


The variables that do not change in an experiment are what?

Variables that do not change in an experiment are independent variables.


What are the three variables that play an important role in a Practical Investigation?

Independent Variables, Dependent Variables and Extraneous Variables.


What are explanatory variables in regression?

Explanatory (or independent) variables are variables such that changes in their value are thought to cause changes in the "dependent" variables.