Advertisement
Guest User

Untitled

a guest
May 21st, 2019
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. public class MainClass {
  2.  
  3. public static void main(String[] args){
  4. AsiriYukleme ay = new AsiriYukleme();
  5.  
  6. ay.parametreYazdir(4.6);
  7. ay.parametreYazdir('H');
  8. ay.parametreYazdir("Merhaba");
  9. ay.parametreYazdir('*', "Dünya");
  10. ay.parametreYazdir("Hello World", '!');
  11.  
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement