Download presentation
Presentation is loading. Please wait.
Published byDamon McLaughlin Modified over 9 years ago
1
Introduction to Video Game Programming (VGP) Mr. Shultz
2
Today’s Objective(s) and Bell-Ringer Bell-Ringer Assignment 1.In Visual Basic (VB), what line of code would you type to create a subroutine called “ConvertBoth”? 2.In VB, what Variable Type would you use if you need to store any kind of character, including letters? 3.In VB, what line of code would you type to create a variable called “TempChoice” using the Variable Type Single? Objective Given an online lesson on flowcharts, TSW create a flowchart using a decision with no errors. (BUS66640.043)
3
Bell-Ringer 1. In Visual Basic (VB), what line of code would you type to create a subroutine called “ConvertBoth”? Sub ConvertBoth()
4
Bell-Ringer 2. In VB, what Variable Type would you use if you need to store any kind of character, including letters? String
5
Bell-Ringer 3. In VB, what line of code would you type to create a variable called “TempChoice” using the Variable Type Single? Dim TempChoice As Single
6
Class Work If you haven’t completed the Algorithm, Flowcharting, and Visual Basic lessons and worksheets (in order), do them first Complete the Flowcharting Lesson 2 and worksheet Complete the Visual Basic Lesson 2 and worksheet
7
Introduction to Video Game Programming (VGP)
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.