Multiple choice technology programming languages What is the main function of any variable ? To add numbers together To keep track of data in the memory of the computer To print words on the screen To write Java Reveal answer Fill a bubble to check yourself B Correct answer Explanation Variables exist to store data in memory, allowing programs to keep and manipulate values. The other choices describe specific operations (adding, printing, writing code) that are not the fundamental purpose of variables.