Create an application with a method that accepts a string


Problem

Sentence Capitalizer Create an application with a method that accepts a string as an argument and returns a copy of the string with the first character of each sentence capitalized. For instance, if the argument is "hello. my name is Joe. what is your name?" the method should return the string "Hello. My name is Joe. What is your name?" The application should let the user enter a string and then pass it to the method. The modified string should be displayed.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Create an application with a method that accepts a string
Reference No:- TGS02673228

Expected delivery within 24 Hours