Saved Bookmarks
| 1. |
Write a statement in Java, to declare a constant MAX and store the value 100 in itthose who will give correct answer would be mark as brainlist and those who give wrong , they will be reported.... |
|
Answer» Answer:To make any variable a constant, we must use 'static' and 'final' modifiers in the following mannerEXAMPLE:-IMPORT java.util.Scanner; PUBLIC ... |
|