the value tu be multiplied by the given percent value
percent value
the value multiplied by percent
calculatePercent(100,10)// output: 110calculatePercent(100,-10)// output: 90 Copy
calculatePercent(100,10)// output: 110calculatePercent(100,-10)// output: 90
the value tu be multiplied by the given percent value