Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1.  
  2. public class Ex1 {
  3.  
  4. public static void main(String[] args) {
  5. // TODO Auto-generated method stub
  6. int n=35;
  7.  
  8. for(int i=11;i<=35;i++)
  9. {
  10. System.out.println("Patratul lui "+i+ " este:"+Math.pow(i,2));
  11. }
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement