Computer Science, asked by sanaghosh12791, 11 months ago

In order to determine the value of a variable use the command

Answers

Answered by amanmaikhuri3
0

Answer:

In order to find the value of any variables .

First you have to separate it first either in left hand side or in right hand side .

Then solve the equation .

U can get the value of any variable easily .

I hope it's useful for u !

Keep questioning !

Answered by RitaNarine
0

 In order to determine the value of a variable use the command;

  • In computer science, a variable is a location for storing a value which can be a filename, text, number or any other data. It is usually referred to by its Symbolic name which is given to it while creation.
  • The value thus stored can be displayed, deleted, edited and re-saved.
  • echo $VARIABLE  =  To display the value of a variable
  • env   =  Displays all environment variables
  • VARIABLE_NAME    =   variable_value Create a new variable =
  • unset   =  Remove a variable  
  • export Variable   =  To set the value of an environment variable

#SPJ2

Similar questions