Computer Science Canada help |
Author: | mac [ Tue Dec 10, 2002 9:28 am ] |
Post subject: | help |
write a program to count the total number of characters in a series of 10 words that you enter, and compute the average word lenght. |
Author: | Tony [ Tue Dec 10, 2002 12:14 pm ] |
Post subject: | |
use length(text:string) to get the length of the string. Then add them all up and divide by total number of words. |
Author: | mac [ Tue Dec 10, 2002 1:28 pm ] |
Post subject: | what |
what is the code bro |
Author: | Tony [ Tue Dec 10, 2002 4:44 pm ] | ||||
Post subject: | |||||
come on man, learn to read outside the code box.
where text is the word. and this function outputs the lenght of it. so
This will output 4 since word "tony" is 4 characters long. Understand now? |
Author: | Dan [ Tue Dec 10, 2002 5:31 pm ] | ||
Post subject: | la la la | ||
or you can do it the realy cheep way with getch ie.
well you will have to put in some if's to stop it. i dont know why i posted this becuse tony's way is a lot better, oh well |
Author: | Tony [ Tue Dec 10, 2002 6:00 pm ] | ||
Post subject: | |||
I think dan is doing some gargabe posts just to make himself look better lol though if you're to use getch() then it to exit it should be something like this:
though this way you can't use capital Q in any of your words... |