Yaroslavovich

Untitled

Dec 13th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.38 KB | None | 0 0
  1. public class Math {
  2.     static int pi = 2;
  3.     public static String add(String a,String b) {
  4.         String res = a + b;
  5.      return res;
  6.     }
  7. public static int Zzz(int s,int w){
  8.         int sum = s+w;
  9.         return sum;
  10. }
  11. public static int Standup(int r,int t) {
  12.     int lol=1;
  13.     for (int i = 0; i < t; i++) {
  14.         lol = lol * r;
  15.  
  16.     }
  17.     return lol;
  18.     }
  19. }
Advertisement
Add Comment
Please, Sign In to add comment