<< Prev Showing: 161-165 of 348 Next >>
· 136-140 · 141-145 · 146-150 · 151-155 · 156-160 · 161-165 · 166-170 · 171-175 · 176-180 · 181-185 · 186-190 ·Briefly discuss arrays. When would you use an array? Waht are the benefits? How are they created? What is a multidimensional array?
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
105608
OTA ID:
103997
Discuss Debugging. What is it? What types of bugs are found in programs? What are some techniques used to find and eliminate bugs and other errors in a program?
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
105610
OTA ID:
103644
I keep getting errors when compiling this program in Java Netbeans Why?
The mortgage calculator must display the mortgage payment amount given the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage. This program must have hard code amount = 200,000, term = 30 years, and the interest rate = 5.75%. Must have strings to declare the variables. _________________________________________________________________________ { public static int defaultYears = 30; public static float defaultLoanAmount = 200000; public static float defaultInterestRate = 0.0575; private int Years; private float LoanAmount; private float InterestRate; private float MonthlyPayment; public MortgageCalculator(){ Years = defaultYears; L... click for more
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
106313
OTA ID:
105277
Need help with coding a homework assignment in Visual C++ and all information is placed in the txt file attachment.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
106646
OTA ID:
103644
Seeking help with coding in Visual C++. All information is provided in a text file and the .cpp for Visual C++. I have been working on this homework assignment for 3 days and need some help with getting it to run correctly. Need some help getting me going in the right direction. Also, it is rather long.. 300 lines.. Simple concept but tough coding.
Subject:
Computer Science
Topic:
Software Tools and Systems Programming.
Posting ID:
106792
OTA ID:
105303
<< Prev Showing: 161-165 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.0954 seconds