Digital FXtbook
Easy Contacts
  • Home
    • Software
    • The Author
    • Former Students Hall of Fame
    • A tribute....
    • Treasure Hunt
  • Video Game Training
    • 3d Motion Graphics >
      • Unity >
        • Unity Essentials >
          • Unity's Interface >
            • Our First Assignment
          • Modeling and Level Design >
            • The Essentials
            • The Floor is Lava Name Project
            • ProBuilder >
              • ProBuilder Pro Skater Park
              • ProBuilder Pro Skater Park 2
              • ProBuilder Pro Skater Park 3
              • ProBuilder Pro Skater Park 4
              • ProBuilder Image Planes
              • ProBuilder Steve Modeling
              • ProBuilder Steve Texturing
          • Programming >
            • Getting Started with Scripting
            • Default Scripting
            • Scripting a Game Object
          • Real Time Audio >
            • Adding Background Music
            • 3-d Audio effects
          • 2d Essentials >
            • 2d Game Objects
            • Objects on 2d Game Objects
        • Creative Core >
          • Introduction to Creative Core
          • Shaders and Materials
          • Lighting
          • Animation
          • VFX
          • Cameras
          • Post Processing
          • Audio
          • User Interface
          • Proto-Typing
    • C# Programming >
      • Visual Studios >
        • First Program >
          • Getting input from the User
        • Comments >
          • PsuedoCode
        • Variable Types >
          • AlphaNumeric Variables
          • Numeric Variables
          • Putting it all together
        • Operators >
          • Assignment and Arithmetic Operators >
            • Use of Parenthesis
            • When is Easter??
          • Comparison and Logical Operators >
            • Logical Data, Illogical Assignment
          • Random Class
        • Conditional Statements >
          • Number validator
          • Number tester
          • Speed Camera
        • Loops >
          • For Loops >
            • Adding Numbers
          • For Each Loops
          • While Loops
          • Do While Loops
        • Arrays >
          • Simple Arrays
          • Complex Arrays
      • Intro to Unity >
        • Unity Essentials >
          • Unity's Interface
          • The Essentials
          • Programming >
            • Getting Started with Scripting
            • Default Scripting
            • Scripting a Game Object
        • Intro to Programming 1 >
          • Player Control 1 >
            • Player Control 1.2
            • Player Control 1.3
            • Player Control 1.4
          • Player Control 2 >
            • Player Control 2.2
            • Player Control 2.3
            • Player Control 2.4
          • Player Control Challenge
        • Intro to Programming 2 >
          • Sound and Effects >
            • Sound and Effects 3.2
            • Sound and Effects 3.3
            • Sound and Effects 3.4
          • GamePlay
          • User Interface
          • Feedback and Testing
          • Next Steps
        • Intro to Programming 3 >
          • Manage Scene Flow and Data
          • Apply Object-Oriented Principles
    • Modeling and Rigging >
      • Modeling >
        • Introduction: The Temple
        • Name Text Curve
        • Character Modeling >
          • Minecraft Steve
          • Minecraft Steve UV
          • Roblox Character modeling
          • Big Daddy
          • Character Modeling Legion the Geth
          • Character Modeling Geth Armor
        • Weapons >
          • Minecraft Tools and Weapons
          • Minecraft Movie Pickaxe
          • Minecraft Movie Sword
          • Thor's Hammer
          • Hammer
          • LOL Sword
          • Sword of Light
          • Buzz Axe
          • Weapon
      • Rigging >
        • Intro to Rigging
        • Controls
        • Rigging Basics
        • Rigging Creating Skeletons
        • Rigging: Body Controls
        • Rigging: Hands
        • Rigging: Skinning
        • Smooth Skinning
      • Animation >
        • Walk-Cycle 1
        • Walk-Cycle 2
    • Advanced >
      • Modeling >
        • Image Planes
        • Polygon Modeling >
          • Coke Can
          • Low Polygon Character
          • Character Modeling Legion the Geth
          • Character Modeling Geth Armor
          • Face Modeling
        • NURBS Modeling >
          • Intro to NURBS
          • Lofting
          • CV Curves
          • Organic Modeling
          • Autombile
      • Linda Training >
        • Advanced Modeling >
          • Modeling Basics
          • Modeling Room Objects
      • Texturing
      • Rigging >
        • Rigging with HumanIK
        • Smooth Skinning
  • Student Films
    • Advanced Student's movies
    • Beginning Student's movies
  • Links
    • BPA >
      • BPA Computer Modeling
    • The Top Six Animation Schools
    • The Top Video Game Design Schools

AlphaNumeric Variables

in our previous section we talked about this variable type. the two that we work with the most are

char and string

char - is a variable type that can store any symbol type produced by a keyboard. It can only store one symbol Alphabetic, Numeric, or special keys. 

string - is a variable type that can store a large number of AlphaNumeric characters. These characters can be a entire block of text with numbers in it or even special characters made by the keyboard. 

The video

Intro to AlphaNumeric Variables

The .NET Framework


Your Assignment

Where do these Variables go?
Copy and paste the following block of PsuedoCode into Visual Studios.
1. Create variables for every line of PsuedoCode that needs one.
2. For other lines of PsuedoCode Print out what is contained in those variables to the console.
3. Use Concatenation to output correct lines of text to the Console, when needed.
4. Screen shot your code (including your name block) and your Console results
​5. Turn both Screenshots into google Classroom


​the Code

// create the correct type of variable, and name it teacherName for this data - Mr. Bishop 
//
create the correct type of variable, and name it teacherLocation for this data - is in
​//
create the correct type of variable, and name it teacherDescriptors for this data - AWESOME and amazing
//
create the correct type of variable, and name it teacherRoom for this data - Room B202
//
create the correct type of variable, and name it teacherTorF for this data - T
// create the correct type of variable, and name it teacherLocation2 for this data - the world
// create the correct type of variable, and name it teacherDescriptors2 - most Teacher he is the best
// print out to the Console teacherName
// print out to the Console teacherLocation
// print out to the Console teacherRoom
// Concatenate these variables print out to the Console teacherName, teacherLocation, teacherRoom
// print out to the Console only the second word in teacherLocation
// print out to the Console only the first word in teacherLocation
// Concatenate the variables on the next line and print the message out to the Console
// teacherName,  first word of teacherLocation, first word of teacherLocation2, last word in teacherDescriptors2, last word in teacherLocation, teacherLocation2
// Copy the line of code from above and put in your name instead of mine
// Concatenate the variables on the next line and print the message out to the Console
// teacherName, first word of teacherLocation, first word of teacherDescriptors, middle word of teacherDescriptors, last word teacherDescriptors
// Copy the line of code from above and put a friends name instead of mine
Proudly powered by Weebly