The objectives of this question are
The beginning of a sentence should start with an uppercase letter. Write a program that accepts a string of several sentences, each separated by a full stop and change first non-space character of every sentence to be uppercase. Only the last sentence need not end with a full stop.
A sample run is given below:
Enter sentences (every sentence is separated by .): you can write Java program. it can be so easy.... just try it You can write Java program. It can be so easy.... Just try it
Note that user input is underlined. You are NOT allowed to use arrays in your program and hence, you are NOT to use the split method in the String class.
Submit your program listing together with screenshot showing two runs of your program output. Your screenshot must show your name and student number as part of the program output.