Modify the loan Perl script so that you can pass a list of payments to it rather than using the same payment value for every month.

What will be an ideal response?

Read the list of payments into an array and then index through that to obtain each payment amount
each month.

Computer Science & Information Technology

You might also like to view...

Match the following terms to their meanings:

I. operating system II. Windows 8 III. Start screen IV. Windows ID V. Windows 8 apps A. provides access to most-used applications in Windows 8 B. offers access to Microsoft resources on the Internet C. applications specifically designed to run in the Windows 8 Start screen D. software that directs computer activities E. Microsoft release in 2012

Computer Science & Information Technology

Every object in C# knows its own class and can access this information through method .

a) GetType() b) GetInformation() c) ObjectClass() d) ObjectInformation()

Computer Science & Information Technology