Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Which of the following statements is correct about constants? You can make a variable constant by using the final reserved word when declaring it .
Which of the following statements is correct about constants?
You can make a variable constant by using the final reserved word when declaring it
The data stored inside a constant can be changed using an assignment statement.
Constant variables can only be changed through the Math library.
Constants are written using capital letters because the compiler ignores constants declared in small letters.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started