Advertisement
kuchuz

PBO-C 2 : MemberAccessTest()

Oct 14th, 2020
2,008
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class MemberAccessTest{
  2.     public static void main(String[] args){
  3.         Time1 time = new Time1();
  4.         time.hour = 14;
  5.         time.minute = 27;
  6.         time.second = 6;
  7.     }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement