Unit 12 Assignment 1 Template
Unit 12 Assignment 1 Template
Dylan Owens
2A.P1) Explain the purpose of two simple
programs and their characteristics,
including tools and techniques used.
Purpose – Maze game
• Explain one purpose of the maze game program
• It’s to be interactive
Screenshots – Maze game program
• Provide a screenshot of program functionality
Public Class Form1
' declare variables
Dim picturearray(7) As PictureBox
Dim x As Integer
End Sub
- Variables and Data Types (What variables were used? What data types were they? Why were they used?)
- Mathematical Operators (What are they? What operators were used and why?)
End Sub