I am attempting to change this switch to a boolean.any help would be appreciated!plastic = ‘c’ , waffle = ‘w’, sugar = ‘s’, and souvenir = ‘b’switch (ContainerOption) { // edit here cannot do switch try boolean or if else case 1: ContainerName = “plastic cup”; System.out.printf(“%-18s%sn”, “Container: “, ContainerName); break; case 2: ContainerName = “sugar cone”; System.out.printf(“%-20s%sn”, “Container: “, ContainerName); break; case
PayPal Gateway not configured
PayPal Gateway not configured