InterviewSolution
 Saved Bookmarks
    				| 1. | 
                                    Wap to print sum of first 10 numbers using loop and subroutine | 
                            
| 
                                   
Answer»  class SUM{ int i; for (i=0;i<10;I++;) System.out.print(i); } } Explanation: hope you understood , please mark me as brainlist  | 
                            |