Exam (elaborations)
WGU C173 Scripting and Programming Foundations, Exam Questions and answers, Graded A+ 2024 | 29 Pages
- Institution
- Western Governors University
What is a variable? - -A name that can hold a value. Might be named x. Then, x = 7 assigns x with 7, which remains in x while the program runs, until x is assigned again. Assignment Statement - -Assigns the variable on the left-side of the = with the current value of the right-side expression E...
[Show more]