Topographic Map

Topographic Map

Description:

Code 1:
A topographic map is generated and the user is asked to input locational coordinates to determine if the user is on top of a hill.

Code 2:
The user inputs a locational coordinate and is asked to to go uphill or downhill. The program will find the best path that addresses the user's input.

Concepts covered:

Language: C
Structures
2D Array
Nested for-loop: 2 & 3 nests
Conditional statements

Download Code 1 Here

Download Code 2 Here