Computer Science, asked by pavithrasisbro22, 4 days ago

which one of the following in a correct method for defining and instialising an integer variable with name value​

Answers

Answered by theking0001
0

a) int value = 30;

b) Int value = 30;

c) int value = .30;

d) Int value = .30;

Answer: a

Similar questions