Viewers are introduced to the building blocks of programming. They learn about five data types and how to use them to create and initialize a variable. Additionally, they learn how to print variables and combinations of text and variables.
Video Steps
1. Introduce Objective
2. Data Type Definition
3. 5 different Data Types
4. Define Variable
5. Create and initialize 5 variables each of a different data type
In a recent question here at Experts Exchange, a member wants to enhance an AutoHotkey script that performs "Title Case" conversion. The enhancement is to allow specification of words that are excluded from the capitalization (conjunctions and prepo…