<< Prev Showing: 46-50 of 101 Next >>
· 21-25 · 26-30 · 31-35 · 36-40 · 41-45 · 46-50 · 51-55 · 56-60 · 61-65 · 66-70 · 71-75 ·Your team has been hired as a Java programmer by Real Estates Solutions Inc. Your task is to write a Java applet for their web site that would enable customers to figure out their monthly mortgage payments. The applet input will be the loan amount, annual percentage rate or APR, and the number of years to pay out the loan. The output will be: the monthly payment amount, the number of payments, the total paid including interest, and total interest paid. The calculations were provided to you by a real estate agent: p, loan amount or principal n, number of payments = payments per year * number of years i, interest per period = apr/payments per year = apr/12 r, monthly payment am... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
119715
OTA ID:
101298
You have been hired by an engineering company to develop software to perform advanced geometric calculation. Your new boss asked you to develop an application that allows engineers to calculate the surface area and the volume of a sphere. For this, you will need to use the following formulas. Surface Area = 4 * p * r2 Volume = 4/3 * p * r3 Remember Pi is equal to 3.14. Allow the user to enter one value in the application (i.e., the radius value). Use NumericUpdown controls to allow the user to enter the values. Display the result in a text box and set it as read-only. Make the Calculate button the Accept button. Create a Clear button to clear the result text box and reset ... click for more
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
122371
OTA ID:
104967
What are the advantages and disadvantage of a phased development approach?
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
130884
OTA ID:
105277
Write a method, removeAll, that takes three parameters: an array of integers, the length of the array, and an integer, say, removeItem. The method should find and delete all occurrences of removeItem in the array. If the value does not exist or the array is empty, output an appropriate message. (Note that after deleting the element, the array size will be reduced.) You may assume that the array is unsorted.
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
136140
OTA ID:
101298
The Programming Example: Calculator in Chapter 12 is designed to do operations on integers. Write a similar program that can be used to do operations on decimal numbers. (Note: If division by zero occurs with values of the int data type, the program throws a division by zero exception. However, if you divide a decimal number by zero, Java does not throw the division by zero exception; it returns the answer as infinity. However, if division by zero occurs, your calculator program must output the message ERROR: / by zero.)
Subject:
Computer Science
Topic:
Software Design and Architecture
Posting ID:
136141
OTA ID:
102833
<< Prev Showing: 46-50 of 101 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-101 ·Page generated in 0.0131 seconds