To find the loss percentage eg.lossPercentage(loss, costprice)
Syntax
*ProfitPercentage(Profit, costprice)*
Sample
*1. ProfitPercentage(50, 100)=> 50.0*
Parameter Details
Input Parameter Name |
Description |
Costprice |
Costprice value to find the Profit percentage |
loss |
Loss value to find the Profit percentage |