Need jsp code for this Decisiontable!!!!!!!!

Need Decision table need jsp code
example like this )
<%
System.out.println(“action”);
int a=9;
Boolean c1=false;
Boolean c2=false;
Boolean c3=false;
if(a>10){
c1=true;
}
if(a<10){
c2=true;
}
if(a>10){
c3=true;
}
String aa=null;
if(c1&&c2&&c3){
aa=”VIP1″;
System.out.println(“VIP1”);
}
if(!c1&&!c2&&!c3){
aa=”VIP2″;
System.out.println(“VIP2”);
}
if(!c1&&c2&&!c3){
aa=”VIP3″;
System.out.println(“VIP3”);
}
%>
Conditions/ Rules Course of Action Type of payment >$5000 $5000-$10000 >$10000 $5000 $5000-$10000 >$10000 Cost of payment P Single signature Two signatures Issue check immediately Approval of accounting manger Approval of department manager Approval of chief financial officer Show transcribed image
PayPal Gateway not configured
PayPal Gateway not configured