[solved] – Question 9905

how to calculate the program that want us to calculate the depreciation for the 1st column,duration for 2nd column and the method of our calculation in 3rd column

Expert Answer


[solved] – Question 99083

Write code using the range function to add up the series 3, 6, 9, 12, 15, ….. 66 and print the resulting sum.

Expected output: 759

Expert Answer


[solved] – Question 99085

Write code using the range function to add up the series 20, 30, 40, … 90 and print the resulting sum.

Expected output: 440

Expert Answer


[solved] – Question 991

use a pair of nested while loops to output this:
$$$
$$$
$$$
$$$
$$$

Expert Answer


[solved] – Question 99117

1 – Create a message to be encrypted. The maximum length of the message is 1016 characters, and the program should be capable of handling a message of any length up to that number. It must check the length of the message and inform the user if it’s too long. Generate your selected encryption cypher and convert the message to the numerical equivalent. This must be done using loops

Expert Answer


[solved] – Question 99150

Explain why problems with support software might mean that an organization has to replace it’s legacy systems?

Expert Answer


[solved] – Question 99154

Explain how the number of known defects remaining in a program at the time of delivery effects product support?

Expert Answer


[solved] – Question 99155

Is it ethical for a company to quote a low price for a software contract knowing that the requirements are ambiguous & that they can change o high price for subsequent changes requested by the customer?

Expert Answer


[solved] – Question 99165

Write code using the range function to add up the series 20, 30, 40, … 90 and print the resulting sum.

Expected output: 440

Expert Answer


[solved] – Question 99166

Write code using the range function to add up the series 99, 98, 97, … 1 and print the resulting sum.

Expected output: 4950

Expert Answer