Write a function which accepts list of nouns as input
parameter and return the same list in the plural form.
Conditions: i) if last letter is r then append s
ii) if word ends with y then replace it by ies
iii) call this function in main() and produce the
required output.
for eg:- if chair is input it should give chairs as output.
No Answer is Posted For this Question
Be the First to Post Answer
How to use ASP.NET 2.0's TreeView to Display Hierarchical Data?
How to Link Different Data Sources Together?
Code for Reading and writing from a file?
Write a program to count the number of characters, number of words, number of line in file.
I am developing a web application using google map api.I want to update the map inside the div control within update panel. I got other controls updated but map doesn't get updated.I do not not want to update map whenever unnecessary controls are fired at server side.How could it be achieved?
how can i split sting in textbox in windows application using c# .net
Code for Reading and writing from a file in c#?
How to export 2 datatables of a single dataset to 2 different worksheets of a single MSExcel file ?
Write a program. there are 1..n numbers placed in an array in random fashion with one integer missing. find the missing number.
How to Create a Treeview Menu in ASP.NET with C#?
. Write a program to print the following outputs using for loops $ $ $ $ $ $ $ $ $ $ $ $ $ $ $
How to add a value from textBox over an existing certain column in SQL Server