Computer Science, asked by pimpalkarpreeti11, 2 months ago

Which of the following is correct way to declare a variable?
a. fruit=10
b. 10=fruit
c. fruit =(10)
d. None of these​

Answers

Answered by SamThomasJohn
1

Answer:

B

Explanation:

Answered by ydnirhali
0

Answer:

a

Explanation:

a: is the most correct answer.

c: is not incorrect. The computer will accept this also.

b: is not accepted because such things only work in mathematics and computer will give an error.

Similar questions