<< Prev Showing: 61-65 of 180 Next >>
· 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 ·In English like pseudo-code, or structured English -- just to make sure everyone can read it; write an algorithm to determine if a string is a palindrome. A palindrome is a word or phrase that is spelled the same whether you are reading it forwards or backwards (ex. race car, Madam I’m Adam). Your algorithm should ignore spaces and punctuation. Make sure to clearly state your assumptions before presenting your answer and to justify your use of data structure: what data structure did you choose (from lists, stacks, queues or trees) and why, and briefly explain why you did not choose the others.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
93809
OTA ID:
102804
Java Address program with 3 classes
Implement a class called ShortAddress that has the following attributes: firstName, secondName, and phoneNumber. Then implement a class called FullAddress that inherits the above attributes while adding the attributes (int) houseNumber (simply 1, 2, … etc. - i.e. no 1a or 3b's allowed), street1Name, street2Name and cityName. Don’t forget to use the keyword super in the constructor. Finally write an application class to allow the user to input an address details and then give the user the choice of viewing the short address details or the long address details. This means your final answer should have a minimum of 3 classes for the application - you may use more if you are including u... click for more
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
93956
OTA ID:
102833
Java Address program with 3 classes
Implement a class called ShortAddress that has the following attributes: firstName, secondName, and phoneNumber. Then implement a class called FullAddress that inherits the above attributes while adding the attributes (int) houseNumber (simply 1, 2, … etc. - i.e. no 1a or 3b's allowed), street1Name, street2Name and cityName. Don’t forget to use the keyword super in the constructor. ONLY INTEGER HOUSE NUMBERS ARE ALLOWED. IF USER ENTERS CHARACTERS AN ERROR MESSAGE MUST APPEAR AND PROMPT FOR A NEW INPUT!!! PHONE NUMBERS MUS BE RESTRICTED TO A MINIMUM OF 8 - MAX 12 NUMBERS!!! Finally write an application class to allow the user to input an address details and then give the user t... click for more
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
93993
OTA ID:
102833
Give an example of how efforts in the development of software can pay dividends later in software maintenance.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
93996
OTA ID:
102833
Explain how the lack of metrics for measuring certain software properties affects the software engineering discipline.
Subject:
Computer Science
Topic:
Software Engineering
Posting ID:
93997
OTA ID:
105277
<< Prev Showing: 61-65 of 180 Next >>
· 1-5 · 6-10 · 11-15 · 16-20 · 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 · 121-125 · 126-130 · 131-135 · 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 ·Page generated in 0.0168 seconds