Declare and initialize a variable named tax with a constant value 13%
Answers
Answered by
0
Answer:
Variables can be declared as constants by using the “const” keyword before the datatype of the variable. The constant variables can be initialized once only. The default value of constant variables are zero.
Explanation:
your problem's solution here.
Similar questions