bonanova Posted May 30, 2008 Report Share Posted May 30, 2008 Usually you add s to make singular plural. My last puzzle added s and made plural singular. Now add c to make singular plural. Quote Link to comment Share on other sites More sharing options...
0 Guest Posted May 30, 2008 Report Share Posted May 30, 2008 (edited) Usually you add s to make singular plural. My last puzzle added s and made plural singular. Now remove a letter and make plural singular. Any plural word that ends in s? cows -> cow posts -> post spoilers -> spoiler oops you changed it Edited May 30, 2008 by Enlightened Quote Link to comment Share on other sites More sharing options...
0 Guest Posted May 30, 2008 Report Share Posted May 30, 2008 die + 'c' = dice Quote Link to comment Share on other sites More sharing options...
0 Guest Posted May 30, 2008 Report Share Posted May 30, 2008 Usually you add s to make singular plural. My last puzzle added s and made plural singular. Now add c to make singular plural. int main(void){ char* string = malloc[32]; printf( "Enter a noun:> " ); scanf( %s, &string ); printf( "\nThe plural of %s is %s!", string, strcat(string, "s") ); return(0); }#include stdlib.h Quote Link to comment Share on other sites More sharing options...
0 Guest Posted May 30, 2008 Report Share Posted May 30, 2008 (edited) And then with words like mouse and mice, And goose and geese, and man and men, We change the word to make the plural. That's the rule my friend. SO LOUSE LICE etc Edited May 30, 2008 by Lost in space Quote Link to comment Share on other sites More sharing options...
0 bonanova Posted June 1, 2008 Author Report Share Posted June 1, 2008 die + 'c' = dice That's it. Nice going. Quote Link to comment Share on other sites More sharing options...
0 bonanova Posted June 1, 2008 Author Report Share Posted June 1, 2008 int main(void){ char* string = malloc[32]; printf( "Enter a noun:> " ); scanf( %s, &string ); printf( "\nThe plural of %s is %s!", string, strcat(string, "s") ); return(0); } #include stdlib.h At least Honorable Mention that that one ... Quote Link to comment Share on other sites More sharing options...
Question
bonanova
Usually you add s to make singular plural.
My last puzzle added s and made plural singular.
Now add c to make singular plural.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.