Time : 30 mins
			
		 
	 
	
	
		
		
			
				: 
			
		  
			  
			    
			      - Create software for income tax calculation.Please use the slab below to calculate the income tax:
			        
			         
			           
			             | TAX SLAB | 
			             TAX | 
		               
			           
			             | 0 to 1,80,000 | 
			             General | 
			             NO TAX | 
		               
			           
			             | 0 to 2,00,000 | 
			             Female | 
			             NO TAX | 
		               
			           
			             | 0 to 2,50,000 | 
			             Senior Citizen | 
			             NO TAX | 
		               
			           
			             | Upto 5,00,000 | 
			             10% | 
		               
			           
			             | 5,00,000 to 10,00,000 | 
			             20% | 
		               
			           
			             | Above 10,00,000 | 
			             30% | 
		               
		             
		          
		           
			      - Create appropriate forms to collect,name,pan no.,gross salary,age and gender from the user and then display the tax calculation as given below:
 
			       - Education cess:3%- will be chargeed extra on the calculated tax.(for example if tax is Rs 100 and tax is Rs.3 then total tax is Rs.103).
 
			       - Income after tax is gross income-Total tax
 
			       - 60 years and above is senior citizen
 
			    
		    Output should be like this:
		    
		      NAME:
		      PAN:
		      YEAR:
		      
		        
		          
		            | PRODUCT | 
		            AMOUNT | 
	              
		          
		            | GROSS INCOME | 
		            #### | 
	              
		          
		            | TAXABLE INCOME | 
		            #### | 
	              
		          
		            | INCOME TAX | 
		            #### | 
	              
		          
		            | EDUCATION CESS @3% | 
		            #### | 
	              
		          
		            | TOTAL TAX PAYABLE | 
		            #### | 
	              
		          
		            | INCOME AFTER TAX | 
		            #### | 
	              
	            
	          
		      Tax calculator as per Union Budget 2013-2014
		    
		    
		    
	   
		
			Time Up! Please Stop.