/*********************** * * Lab Quiz 3 - the mash method * * Author: Shawn Brenneman * Date: 2015-Oct-9 * ***********************/ public class LQ3Srv { public String mash (String s) { String mashS = ""; boolean found = false; for (int ii=0; ii