473,804 Members | 4,269 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Making words Plural

1 New Member
Hi,

I've actually been working on a homework assignment which asks me to turn words into their plural forms. The first task is to check if the words are more than 3 characters and end in "us". If it does I just take out the us and add an "i" at the end. Otherwise I just throw an "s" to the end of the word. I think I got most of the program down, but for some reason it gives me an error with &&. Could someone take a look at my code and tell me what I may be doing wrong regarding && or anything else?

public class Plurals
{
public static void main(String[] args)
{
String word;

System.out.prin tln("Enter a word to be pluralized");
word = IO.readString() ;
word = word.toLowerCas e();

int length = word.length();
if (length > 3 && word.charAt(len gth-1) = "s" &&
word.charAt(len gth-2) = "u")

word = word.substring( 0,length-2) + "i";

else

word = word.concat("s" );
IO.outputString Answer(word);

}
}
Jun 28 '07 #1
1 6269
r035198x
13,262 MVP
Hi,

I've actually been working on a homework assignment which asks me to turn words into their plural forms. The first task is to check if the words are more than 3 characters and end in "us". If it does I just take out the us and add an "i" at the end. Otherwise I just throw an "s" to the end of the word. I think I got most of the program down, but for some reason it gives me an error with &&. Could someone take a look at my code and tell me what I may be doing wrong regarding && or anything else?

public class Plurals
{
public static void main(String[] args)
{
String word;

System.out.prin tln("Enter a word to be pluralized");
word = IO.readString() ;
word = word.toLowerCas e();

int length = word.length();
if (length > 3 && word.charAt(len gth-1) = "s" &&
word.charAt(len gth-2) = "u")

word = word.substring( 0,length-2) + "i";

else

word = word.concat("s" );
IO.outputString Answer(word);

}
}
1.) When posting code please use code tags.
2.) Make use of ( ) to make your code more readable and correct.
3.) Character literals are enclosed in single quotes ' ' not in " ".
4.) The comparison operator is == not =.
Jun 28 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

1
2443
by: denisb | last post by:
hello all, for a search engine, I'm looking for a regexp than can do the job it is just (!) a 's' problem (frequent in french) : I have a field 'thesaurus' in a table MySQL (3.23.56) ; I have a field 'search' in a form where user can input a word ; what I want is :
2
6834
by: Steve - DND | last post by:
Just wondering if anyone out there has any code to convert a plural word to it's singular form and vice versa. Most of our database tables are named in a plural fashion. When we go to create templates to select a single record, we end up with a class name that sounds as if it's a collection instead of just one data object. Just wondering if anyone has a nice workaround. I started working on something, but it quickly turned into a large...
2
2301
by: Robert W. | last post by:
In my current work I noticed that I have several circumstances where I need to create little if/else constructs to handle the phrasing of a message. This typically involves a ternary situation like this example illustrates: 0 files were downloaded (or No files were downloaded) 1 file was downloaded 2 files were downloaded They're all very similar but each is subtlely different. I soon realized that I could write a few related methods...
7
13184
by: Bosconian | last post by:
This might seem like a trivial thing, but has anyone has come up with a better way of outputting a singular vs. plural string? For example: // default plural label $string = "appointments"; // singular label if (mysql_num_rows($results) == 1) $string = "appointment"; print mysql_num_rows($results) . $string;
11
11826
by: elrondrules | last post by:
Hi Am pretty new to python and hence this question.. I have file with an output of a process. I need to search this file one line at a time and my pattern is that I am looking for the lines that has the word 'event' and the word 'new'. Note that i need lines that has both the words only and not either one of them..
4
3033
by: guate911 | last post by:
Does anyone know of an open source applictation or API I can connect to, that will allow me to find the plural of a word? For example, if I type in "mouse", I need it to find the plural.. "mice". Thanks
7
3344
by: The Bicycling Guitarist | last post by:
If I have a foreign word, name or phrase in one of my pages, I use the lang attribute to specify the relevant language, e.g., <span lang="de">Manfred von Richthofen</span>. But what if I want to say something like "Richthofen's Circus"? I don't have a screen reader installed, but I try to make my site as accessible as possible. I also try to use as much structural markup as possible. I don't know how a screen reader would voice <span...
4
15153
by: xhe | last post by:
I need to create a website and I want to filter out filthy words or swear words. To my surprise, it is difficult to find such a list from google. So if you have that list, can you please share with me so that I can keep my site clean. Thanks very much in advance. hexufeng@gmail.com
1
2645
by: HumanJHawkins | last post by:
Hi all, I need something stronger than LIKE or CONTAINS, but not so comprehensive as the FORMSOF(Field, INFLECTIONAL). I am looking to see which words from one list also exist in another. However, this is related to reading comprehension. Therefore I need to see "dog" and "dogs" as a match. However, I don't want to see "run" and "ran" as a match.
0
9706
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10575
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10319
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9144
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7616
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5520
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5651
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4297
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2990
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.