which one of the following in a correct method for defining and instialising an integer variable with name value
Answers
Answered by
0
a) int value = 30;
b) Int value = 30;
c) int value = .30;
d) Int value = .30;
Answer: a
Similar questions