Multiple choice technology programming languages In Easytrieve if a line has to be continued to the next line “-“ can only be used “+” can only be used can be used Both “+” and “-“ can be used Reveal answer Fill a bubble to check yourself D Correct answer Explanation In Easytrieve, line continuation can be achieved using either '+' or '-' characters at the end of a line. Both symbols are valid continuation characters, making option D correct as the statement that both can be used.