Land Calculation Project - Page 1

Objectives: This project is out of the Gaddis Programming Logic and Design text from Chapter 2 end of chapter Programming Exercises. You might be in your second or third week of class when you experience a problem of this nature. I will cover this problem with the goal of touching key content in regard to program output, program input, variables and calculations. You might want to view this project in week 2 up to week 4 of class to introduce some of the beginning skills needed during program design and development. You could also use this project as a review of your skills. Starting the project with the Introduction will place you in the category of writing your first or second program. In addition to the design documents I hope to add suggestions for coding this project in C++ as well as JAVA.

You might want to check out recommended resouces that cover content we will be using in this project.

 

Content Pages

Startup Page

  • Project Overview
  • Planning Documents
  • Running Flowchart
  • Changing to Executable Code (C++ & JAVA)

Code Page

  • Project Code C++
  • Project Code JAVA