Question: Need jsp code for this Decision table!!!!!!!! Need Decision table need jsp code example like this ) System.out.println(action); int a=9; Boolean c1=false; Boolean c2=false; Boolean
Need jsp code for this Decision table!!!!!!!!

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
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 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
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
