<< Prev Showing: 211-215 of 348 Next >>
· 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 ·Please enhance this program. Write the definition of the readAndCount function. The function should read the input line, character by character, counting the number of words (a sequence of letters) and the number of occurrences of each letter. The array to hold the number of occurrences of each letter is the parameter letterCount. Store the number of occurences of 'a' at index 0, 'b' at index 1, and so forth. Be sure to account for both upper and lowercase letters. Note that the index can be computed easily from the character using subtraction of ASCII codes (which are just the 'values' of characters in C++). To count words you need a way of determining when you have completed read... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
123272
OTA ID:
105277
Write a program that can be used to train the user to use less sexist language by suggesting alternative versions of sentences given by the user. The program will ask for a sentence, read the sentence into a string variable, and replace all occurences of masculine pronouns with gender-neutral pronouns. For example, it will replace "he" with "she or he". Thus, the input sentence See an adviser, talk to him, and listen to him. should produce the following suggested changed version of the sentence: See an adviser, talk to her or him, and listen to her or him. Be sure to preserve uppercase letters for the first word of the sentence. The pronoun "his" can be replaced by "her(s)"; ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
123342
OTA ID:
105277
1. How does inheritance improve a programmer’s productivity? 2. Describe the difference between robustness and reliability and how design affects these characteristics
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
123629
OTA ID:
103987
Java Program to calculate the payment amount for 3 mortgage loans
Please help me modify the attached Java Programming File so that it will display the mortgage payment amount for each loan and then list the loan balance and interest paid for each payment over the term of the loan. Use loops to prevent lists from scrolling off the screen. Actual Problems: Write the program in Java (without a graphical user interface) and have it calculate the payment amount for 3 mortgage loans:( with the default loan of $200000) • 7 year at 5.35% • 15 year at 5.5% • 30 year at 5.75% Use an array for the different loans. Display the mortgage payment amount for each loan and then list the loan balance and interest paid for each payment over the term of the loan.... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
124616
OTA ID:
103644
Describe step-wise refinement in java programming and how you can apply this to your programming assignments.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
124948
OTA ID:
105277
<< Prev Showing: 211-215 of 348 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 · 181-185 · 186-190 · 191-195 · 196-200 · 201-205 · 206-210 · 211-215 · 216-220 · 221-225 · 226-230 · 231-235 · 236-240 · 241-245 · 246-250 · 251-255 · 256-260 · 261-265 · 266-270 · 271-275 · 276-280 · 281-285 · 286-290 · 291-295 · 296-300 · 301-305 · 306-310 · 311-315 · 316-320 · 321-325 · 326-330 · 331-335 · 336-340 · 341-345 · 346-348 ·Page generated in 0.0951 seconds