<< Prev Showing: 91-95 of 348 Next >>
· 66-70 · 71-75 · 76-80 · 81-85 · 86-90 · 91-95 · 96-100 · 101-105 · 106-110 · 111-115 · 116-120 ·Useful Information to develop a program
Scenario: For many years, your Uncle Frank has been running a small landscaping business. Through these years, he acquired many steady clients and knew most of them on a first name basis. Once a month, after completing the work for that day, he would calculate (on the spot) how much the client owed for the month with services rendered each week; he would collect the payment and write a receipt. His clients were charged various prices. Some clients were given a 10% discount because they were old friends. Some clients were given a $10.00 discount per lawn because of the amount of their business (5 lawns or more). New clients just paid the regular advertised price of $35.00 per lawn. ... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
82481
OTA ID:
102804
What is a compound document? why create a compound document?
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
83097
OTA ID:
102922
Software Application Development
Develop a software application to calculate the area of a circle. The application must accept only one value (radius) and it must display the result in decimal value.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
84486
OTA ID:
102804
You realize that the code you had created can be reused for many other purposes for future programs. You decide to create a library for your reusable code. Using the pseudocode for the program, you identify the aspects of the program that can be reusable and write/rewrite it so it can be reused. You rewrite your pseudocode to implement this reusable code. This is my code, how would I rewrite it? Program Name { //begin of program Procedure TrackPayment { if amount_received < billing_amount then amount_owing = billing_amount - amount_received if date_payment_received > thirty_days then late_fee_amount = late_charge_rate * billing_amount account_ba... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
86481
OTA ID:
103979
As you were reviewing the different programming languages on the Internet, you found some libraries with functions and procedures that you could use rather than write the code from scratch on your own. However, some of the code needs some modification to fit into your program. Nevertheless, you find 3 sets of code that you can reuse and have an implementation of the code. Here is my code. I don't know how to start Program Name { //begin of program Procedure TrackPayment { if amount_received < billing_amount then amount_owing = billing_amount - amount_received if date_payment_received > thirty_days then late_fee_amount = late_charge_rate * billing_amou... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
86482
OTA ID:
105277
<< Prev Showing: 91-95 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.0943 seconds