mbatton3355 mbatton3355 Today at 3:52 PM Computers and Technology Answered 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".