answersLogoWhite

0

A single statement, using variables, can convey the same information as many, sometimes infinitely many, statements.

User Avatar

Wiki User

11y ago

What else can I help you with?

Related Questions

What is the total of 8 and a number when using x to represent the variable?

8 + x


What is the advantage of swapping two variables without using 3 variable?

Nothing. Never do that.


What are the advantages of using a variable length instruction format?

One of its advantage is to save storage space.


What is the definition for defining the variable?

choosing a variable to represent one of the unspecified numbers in a problem and using it to write expressions for the other unspecified numbers in the problem.


When we are using circle graph to represent datas?

Circle graphs are use to illustrate the breakdown of a single variable into its components.


What is an advantage to using equations?

When given two names (variable expressions) for the same quantity, you can use algebra to solve the equation.


What is an advantage to using what equations?

When given two names (variable expressions) for the same quantity, you can use algebra to solve the equation.


What are the limitations of a variable over advantage of array?

variable cant occupy contigious memory it may take complexity in storing vast data.this becomes easy on using the array concept....


How would you represent using z as the variable represent five less than twice a number?

If the number is 'z', then five less than twice the number is ( 2z - 5 ).


What is the advantage of using variable length inlet manifolds?

Maximizes torque/power out of the engine by increasing cylinder filling (volumetric efficiency).


What is a variable and what is it used for?

The standard variable is a representation of a number. Variables are typically letters that can be distinguished from numbers. The most common examples of a variable is x, y, or z. Variables that you should stay away from using are t (because it looks like an addition sign), and o (because it looks like a zero).Ex: 5x+5=15* * * * *Variables can be used to represent simultaneously mathematical procedures for a number of different values.So, for example, 5x+5 stands for "multiply your variable by 5 and add 5". For each value of the variable x, this will give a different result, but the advantage of using this notation is that you can process all of them together instead of individually.


What are register variables What are the advantage of using register variables?

Asks the compiler to devote a processor register to this variable in order to speed the program's execution. The compiler may not comply and the variable looses it contents and identity when the function it which it is defined terminates.