Explain how your solution better embraces a computer


SourceForge , JavaForge , and Google Code. Pick any one of the 3 sites and Find a program that uses at least one loop and a list effectively or could use a loop and a list to improve the program.

The post should:

  • Include a copy of the code that either exemplifies concise, generalized code or presents the perfect opportunity to apply loops, arrays, and lists to reduce the length of the program using a more elegant solution. Do not undertake a lengthy program; limit your code to approximately 20 lines.
  • If the code is an exemplar of good coding, explain what leads you to that conclusion. Be specific.
  • If the code needs improvement, include a rewritten version of the code, in which you apply one of the methods described above to improve the program. Explain how your solution better embraces a computer's strengths as a tool that can perform calculations quickly, perform repetitive tasks, and/or manage data effectively.
  • Add or revise comments in the code to accurately describe the function of the loop and list.

Do not include the entire source code of the program you choose. Select just the portion with the necessary information, such as variable declarations and methods called from outside the class or method.

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: Explain how your solution better embraces a computer
Reference No:- TGS0530828

Expected delivery within 24 Hours