To display the following pattern 3 33 333 3333 33333 (Qbasic Code) To display the following pattern 3 33 333 3333 33333 CLSa = 3FOR i = 1 TO 5 PRINT a a = a * 10 + 3NEXT iEND Share : Twitter