Advertisement
DeltaStrikeOp

Untitled

Sep 23rd, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. class Lab2 {
  2. public static void main(String[] arg) {
  3.  
  4. }
  5. // Problem 1
  6. public static int min(int [] a, int begin, int end) {
  7.  
  8. }
  9.  
  10. // Problem 2
  11. public static long computePay(int day) {
  12.  
  13. }
  14.  
  15. public static long computeSavings(int day) {
  16.  
  17. }
  18.  
  19. // Problem 3
  20. public static int countSubstring(String s1, String s2) {
  21.  
  22.  
  23. }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement