hey, i need to convert this psedocode into a console mode programe for vb.net 2005 and i dont have a clue how to do it.
im getting confused with the functions bit
so let me know if any of you can make a solution
basically the user writes a sentence and the code is meant to count the spaces between the words and output the number of words written, and then the number of vowels written.
heres the pseudocode:
output "Sentence Analysis"
leave blank line
output "Enter a sentence, then press 'Enter'"
leave blank line
input Sentence
leave blank line
call procedure WordCount(Sentence)
call procedure VowelCount(Sentence)
thankyou
im getting confused with the functions bit
so let me know if any of you can make a solution
basically the user writes a sentence and the code is meant to count the spaces between the words and output the number of words written, and then the number of vowels written.
heres the pseudocode:
output "Sentence Analysis"
leave blank line
output "Enter a sentence, then press 'Enter'"
leave blank line
input Sentence
leave blank line
call procedure WordCount(Sentence)
call procedure VowelCount(Sentence)
thankyou