Once the user enters string of text, I start with counting no. of sentences. Here is a pseudocode: //To count no. of sentences in a string of text// int noofsentences = 0; Start from the …
Continue Reading about Pseudocode for readability lab problem and how to approach →
