Computer Science, asked by aryanift97, 9 months ago

Declare and initialize a variable named tax with a constant value 13%

Answers

Answered by shalinisudha0268
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