ICSE Class 10 Computer Applications Question 22 of 25

Values and Data Types — Question 22

Back to all questions
22
Question

Question 22

Write a Java constant declaration that gives the name TAX_RATE to the value 15%.

Answer
final int TAX_RATE = 15;