How do you create a variable with the numeric value 5?
Answers
Answer:
Refer above attachment...
I HOPE IT HELPS YOU!
Answer:
How do you create a variable with the numeric value 5?
Answer: there are many programming language present , in all programming language there is some particular syntax to create a variable
like in c programming u can create a variable like " int x = 5" here a variable x is define with the value 5 (as given in question) it is of integer type
and in python programming language " a = 2" in this way you can create a variable there is no need to write int before it as it is high level language.
The most crucial component of any programming language is the variable.
Let's imagine we need to figure out how big a rectangle is. We must keep track of the rectangle's length and breadth in order to perform this arithmetic calculation. We must set aside some space in memory for the data in order to store the length and width of the rectangle, and that memory address is given the name Variable.
To know about more click here,
brainly.in/question/18905944
To know about more click here,
brainly.in/question/16088081
#SPJ2