Computer Science, asked by induarup, 1 month ago

we ________ a variable and then use the variable name later in a program to assign a value.... ( chapter - java )​

Answers

Answered by MohammedFarheen
0

Answer:

we declare a data type of a variable

Explanation:

then we assign the value of a variable

Answered by kirtivardhan78
0

Answer:

= symbol

Explanation:

When you assign a variable, you use the = symbol. The name of the variable goes on the left and the value you want to store in the variable goes on the right. Here we've assigned the value 'Joe' , which is a string, to the variable first_name .

Similar questions