A text value is generally used as a(n) ________
Fill in the blank(s) with the appropriate word(s).
Answer: label
Computer Science & Information Technology
You might also like to view...
Calculated fields must always contain at least one constant
Indicate whether the statement is true or false
Computer Science & Information Technology
Identify the compiler errors, and state what is needed to eliminate the error(s).
``` // This is a little program that calculates a modulus answer. int main() { double x,y,answer; answer = x%y; cout << “\n\n answer = << answer; return 0; } ```
Computer Science & Information Technology