To compare two strings to see if they are equal the = operator must be used.
Answer the following statement true (T) or false (F)
False
Computer Science & Information Technology
You might also like to view...
The ____________ uses a loop to step through the elements in an an array one by one, from the first to the last.
a. sequential search algorithm b. optimized search algorithm c. binary search algorithm d. basic array traversal algorithm
Computer Science & Information Technology
What is a static variable?
A. It retains its value until the program is terminated. B. The variable is visible to all parts of the program. C. The variable is never initialized. D. The variable is free to be assigned any value until the program is terminated.
Computer Science & Information Technology