public class name { public static void main(String[] args) { String s = "The student's name is Cynthia"; System.out.println(s); } }