Exam (elaborations)
Scripting and Programming - Foundations WGU- C173 (Unit 2). Exam Review questions. Full Coverage. VERIFIED 2024
- Institution
- Western Governors University
Variable - -A named item, such as x or numPeople, used to hold a value. Assignment statement - -Assigns a variable with a value, such as x = 5. That statement means x is assigned with 5, and x keeps that value during subsequent statements, until x is assigned again. = is not equals - -In program...
[Show more]