Time : 30 mins
			
		 
	 
	
	
		
		
			
				: 
			
		  
			  
			    
			      - Create software for a fruit shop
 
			      - table heading as given in the bill should be in Blue,text should be in white.
 
			      - For all other feel free to use any color any any font
 
			      - The fruit shop sells
 
			      
			        
			          
			            | NAME | 
			            PRICE | 
		              
			          
			            | Apple | 
			            Rs160/kg | 
		              
			          
			            | Orange | 
			            Rs60/kg | 
		              
			          
			            | Banana | 
			            Rs40/doz | 
		              
			          
			            | Strawberry | 
			            Rs180/kg | 
		              
		            
		          
			      - The shopkepper enters the Buyers name and Bill No
 
			      - The shopkeepper need to enter the amount of each item bought
 
			      - Create the file as fruits.php
 
			      - The shopkepper is giving a discount of 15% on Total Bill Amount.
 
		        
		    
		    
			    Output should be like this:
		      FRUITS SHOP
		        Bhubaneswar
		        Date:
		        Bill No:
		        Bill To:
		        
		          
		            
		              
		                | PRODUCT | 
		                QUANTITY | 
		                Price Per Unit | 
		                Total | 
	                  
		              
		                | Apple | 
		                XX | 
		                160/kg | 
		                XX | 
	                  
		              
		                | Orange | 
		                XX | 
		                60/kg | 
		                XX | 
	                  
		              
		                | Banana | 
		                XX | 
		                40/doz | 
		                XX | 
	                  
		              
		                | Strawberry | 
		                XX | 
		                180/kg | 
		                XX | 
	                  
	                
	            
		        Total Bil is:Rs XXX
		        Thankyou for your business
		    
	   
		
			Time Up! Please Stop.