This week we had to do the Chapter 4 Guided Program Development task from the Visual Basic book called Digital Downloads on page 254. It gives step-by-step instructions on creating the project.
New things looked at this week, Option Strict on (stops automatic conversion of variables), Declaring a constant variable (doesn’t change) and concatenation (&) (joins different values into a single string).
After completing the Digital Downloads program we had to create one called Concert tickets which is found at the end of Chapter 4 in the Programming Assignments on page 279. This program is very similar to the Digital Downloads program but we weren’t guided through step-by-step for this one, we had to create the code ourselves.
New things looked at this week, Option Strict on (stops automatic conversion of variables), Declaring a constant variable (doesn’t change) and concatenation (&) (joins different values into a single string).
After completing the Digital Downloads program we had to create one called Concert tickets which is found at the end of Chapter 4 in the Programming Assignments on page 279. This program is very similar to the Digital Downloads program but we weren’t guided through step-by-step for this one, we had to create the code ourselves.