1. U never call the function computeTax() in the main
2. The function computeTax() didnt return any int value
3.
1 2
if(income <=15100)
percent =15.
not percent==15
double equals only used inside the condition check like if or while.
4. u cannot insert condition in where there is only else else(income>336550)
it should be either