Computer Science, asked by switikumari12345, 3 months ago

The values that are assigning to the data are called what?

Answers

Answered by usjadhav2001
5

Answer:

I hope bit help u

pls like my All ans

follow me

Explanation:

The first time a variable is assigned a value, it is said to be initialised. The = symbol is known as the assignment operator. It is also possible to declare a variable and assign it a value in the same line,

Variables -- declaring and assigning values

Before discussing input and output, including System.out.println(...) which you used in Hello.java, it will be helpful to cover the topic of variables. You will have come across the idea of variables in mathematics, and the concept of a variable in programming is similar.

A variable is associated with space in the computer's memory that can hold a value (often a number). Each variable has a name, which you choose, and subsequently use to refer to it.

Answered by satyawansingh922
6

Answer:

THE VALUES THAT ARE ASSIGNING TO THE DATA IS LITERAL.

Similar questions