Tag Archives: TAX

ASSEMBLY24 An Assembly program which adds the sales tax in the Price list of items and replace the Price list with the Calculated value

Now we will write another Assembly program to calculate the average of three given numbers stored in memory. Let’s identify variables needed for this program. First variables will be the one which will hold the values present in the Price list and it will be array PRICE. Other variables will be holding the Sale’s Tax in Percentage… Read More »

C003 An interactive C program to calculate INCOME TAX

First we need to know the INCOME TAX SLAB 2013 or whichever you prefer before calculating INCOME TAX for the person. The INCOME TAX SLAB 2013 is as follows:- First     Rupees         2, 00,000/- of income      :    0% tax Next     Rupees         5, 00,000/- of income      :    10% tax Next     Rupees   … Read More »