what constant is A in java
Answers
Answered by
0
Answer:
i don't know you search it on other app...
..
Answered by
1
Answer:
A constant is a variable whose value cannot change once it has been assigned. Java doesn't have built-in support for constants, but the variable modifiers static and final can be used to effectively create one.
Similar questions