answersLogoWhite

0


Best Answer

Constant : these refers to values which do not change. they have the same value throughout the process. Like "1" is a constant value it will never change 1 will always remain 1. i.e.1=1

Varaibles= these refers to those quantities or values which change.for eg. if in a mathematical equation we have "X" variable. Now "X" can have number of values X =2 or X= 3 or X=10000 so they are called variables because their values change.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

15y ago

cant change

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Constants are variables that can'ts or can change?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What are constants and how are they are different from variables?

Variables change, constants do not.


What are constants and how they are different from variables?

Constants are fixed numbers that never change, they always stay the same. Variables are number that can change, they 'Vary'.


What variables that do not change?

The ones called constants.


What are constants and variables in science?

In science constants are the things which never change. The speed of light is a constant, so is the mass of an electron. Variables are quantities which can change. The temperature of the oceans, the economy of the country for example.


What is an experiment in which all factors that are identical have?

Constants are the factors which do not change. Variables are the factors which change. If that is what you are referring to.


Example of constant and variables?

Variables are values that can change during the program once declared. Oppose to that, Constants, also values once declared, can't change their values.


Compare and contrast variables and constants?

In Computer Programming and Mathematics, variables and constants are ways to refering to a value. For example X=1 and Y=2 The difference being, variables are meant to be arbitary and changable, while constants are meant to be fixed and unchangable. For example, there is no reason for the value of Pi to change. So the value of Pi would best be represented by a constant.


What are the 'Constants' and 'Variables' in Java?

A variable is a memory address that holds a value. A constant is simply a variable that does not change value.


What is the difference between constants and variables?

A variable is a quantity which changes its value through out the program or its lifetime. But a constant is a quantity which does not change its value through out its life time. There are 5 basic constants.


What are variables and constants in algebra?

ask your father


What is the difference between variables and constants in java?

constant is does not change the value of during the excution of programvariable it changes the value during the excution of program


What is the use of constants and variables in programs?

to store values