Advertisement
Guest User

Untitled

a guest
Oct 15th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.30 KB | None | 0 0
  1. public class S12678_zestaw01 {
  2.  
  3.      public static void main(String[] args) {
  4.          //invoke methods
  5.          cwiczenie_01();
  6.          cwiczenie_02();
  7.      }
  8.      
  9.      public void cwiczenie_01() {
  10.          //do staff
  11.      }
  12.      
  13.      public void cwiczenie_02() {
  14.          //do staff
  15.      }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement