<< Prev Showing: 26-30 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 ·Write a function definition called reverse, with two parameters, the first is an array of integer and the second is the number of elements in the array. The function reverses the elements of the array and does not return a value.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
15482
OTA ID:
103642
max is a function that accepts two int parameters and returns the value of the larger one. Four int variables, p1, p2, p3, and p4 have already been declared and initialized. Write an expression (not a statement!) whose value is the largest of p1, p2, p3, and p4 by calling max. Call max three times and you will need to pass the return values of two of those calls as arguments to max.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
15526
OTA ID:
103642
add support for the following operators to the polynomial class
see attached files
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
19525
OTA ID:
104407
Write M-file to calculate the future value of an initial investment, or the amount that needs to be deposited annually to reach future investment goal. This program is to be written as a single M-file that uses as interrogatory input statement to determine which calculation to perform. The equations required: F=I(1+r/n)^(nM) Future Value-Initial Investment F=A(1+r)[(1+r)^M-1/r] Future Value-Annual Invest. Where, F=Future Value I=Initial Investment r=Annual Interest Rate n=Compounding Periods/year M=Number of Years A=Amount Deposited at Beginning of Each Year I'm new to programming - this is to be only 15 lines or s... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
20074
OTA ID:
102509
I am using NetBeans IDE 3.6 compiler. I need to files called Calculator.java and Driver.java so I can build a UML diagram. This is the example problem: Write a Java program without a graphical user interface that calculates and displays the mortgage payment amount given the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. In this program, hard code the amount = $200,000, the term = 30 years, and the interest rate = 5.75%. Insert comments in the program to document the program. I do not understand strings, so if you explain the strings to the variables, it would be appreciated. I will build another program using yours as a template.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
21088
OTA ID:
103997
<< Prev Showing: 26-30 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.0945 seconds