apply final keyword in the statement int x=24 and double pi =3.141
Answers
Answered by
0
final int x = 24;
final double pi = 3.141;
Answered by
0
Explanation:
correct answer
Similar questions