Question: Modify the following code using java hashMap so that it produces the same output. You should not use if-statement or switch-statement. public class q14 f

Modify the following code using java hashMap so that it produces the same output. You should not use if-statement or switch-statement. public class q14 f static int evaluate (char c) { if(c else lelse if (c 't') =- return 1; return l; return 2; lelse if (c-,/') { if (c ,-') { - i return 2; else return 0 public static void main (String args) I System.out.println (evaluate('+')) System.out.println (evaluate ('*"))
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
