InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Which statement is used to display output on the Text Output area | 
                            
| 
                                   
Answer»  Explanation: PRINT statement The print statement is used to display TEXT and numbers on the text output AREA of the BASIC-256 WINDOW. Print normally GOES down to the next line but you may print several things on the same line by using a ; (semicolon) at the end of the expression.  | 
                            |