int sum = 0;int number = 1;while (number < 100){ sum = sum + number;}The program statements above produce an infinite loop.
Answer the following statement true (T) or false (F)
True
Computer Science & Information Technology
You might also like to view...
Logging on to a virtual private network prohibits others from capturing your network traffic when you are connected to a Wi-Fi hotspot
Indicate whether the statement is true or false
Computer Science & Information Technology
A document saved as a Single File Web Page is ready to be uploaded to a Web server
Indicate whether the statement is true or false
Computer Science & Information Technology