write a program in java to accept the marked price of a three different item and print the selling price after adding gst of 18% to each item. also display the total amount to be paid after gst.
Answers
Answered by
0
Answer:
function
var a = prompt(the value)
return a=("the value +18/100×the value")
Similar questions