Project 5: Solving More Problems

Your homework project involves solving another series of problems. To complete this project you'll need to download problem solving project below.

Instructions

To complete this project follow these steps.

1. Use this download link to get a copy of this homework project on your computer.

2. Move the file moreproblems.7z to your homework folder.

3. Extract the contents of file above.

4. Use the Lazarus IDE to open the project moreproblems.lpi.

You will need to write code for the problems 1 through 40 to complete this homework project. Scroll down in the main unit to see the problems. Beginning with problem 1 you should see the following code:
procedure TMoreProblemsForm.Problem1;
begin
  { Set the radio group items to the content of the memo }
end;
Below the comment with the problem instructions provide the necessary code to solve the problem. Run the project, select the problem on the left, and click the run button to test your solution.

If you think your solution works move on to the next problem and repeat with the next problem. If you get stuck on a problem consider moving on to the next problem. Solve as many problems as you can.

Here is a full listing of all the problems.
If you are unsure of how to solve some of the problems within this homework project you may want to refer to our prior recent projects or search for help using the documentation.

See also