mbatton3355 mbatton3355 17-10-2022 Computers and Technology contestada 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".