ilminottaken

Untitled

Oct 12th, 2017
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1. /**
  2.  *
  3.  * @author Ilmi
  4.  * version 1.0.1
  5.  */
  6. public class Siswa {
  7.     public static void main() {
  8.         Student b = new Student();
  9.         String nama;
  10.         nama = b.getName();
  11.         System.out.println(nama);
  12.         b.printGrade();
  13.     }
  14. }
Add Comment
Please, Sign In to add comment