Question: two functions please, Boolean containsonlyFaces and string lastfirst 112 113e 114 115 (116e 117 09118 / returns true if s consists only of face-card letters

two functions please,
Boolean containsonlyFaces
and string lastfirst
112 113e 114 115 (116e 117 09118 / returns true if s consists only of face-card letters or false otherwise / public static boolean containsOnlyFaces(String s) { for(int i-;il-s.length ;i+) { if(isFace(charAt())) return false; 120 return true; returns true if scontains no face-card letters or false otherwise 121 122 123 1240 125 126 127e 128 129 1913 131 public static boolean contains NoFaces (Strings) { for(int i ;i
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
