JUST B AND F
EXERCISE1 For each of the following verification methods, describe the language it defines, and write a decision method for it. a. boolean xxVerify (String x, String p) f return x.equals (p+p) b. boolean compositeVerify (int x, int c. boolean vc (String x, String p) return x.equals (ptptp); d. boolean vd (String x, String p) return x.equals (p); e. boolean ve (int x, int p) return x2*p; f. boolean vf (int x, int p) return
OR
OR