Recent content by yashwanthreddy9758

  1. Y

    Write a program to calculate commission for the input valu of sales amount

    Write a cprogram to calculate commission for the input value of sales amount. Commission is calculated as per following rules: 1.commission is NIL for sales amount RS.5000. 2.commission is 2%for sales when sales amount Is>RS.5000and<=RS.10000 3.commission is...