a string variable fullname represents a full name such as "doe, john". write a method shortname(string fullname) to return a string of first initial and last name, e.g., "j. doe".

Answer :

Other Questions