ISC Computer Practical 2015 Question 3
ISC Computer Practical 2015 Question 3
Write a program to accept a sentence which may be terminated by either ‘.’ or ‘?’ only. The words are to be separated by a single blank space. Print an error message if the input does not terminate with ‘.’ or ‘?’. You can assume that no word in the sentence exceeds 15 character, so that you get a proper formatted output. Perform the following tasks:
(i) Convert the first letter of each word to…
View On WordPress












