jwrbg

Untitled

Jan 11th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. package com.company;
  2.  
  3. import java.util.Scanner;
  4.  
  5. public class Main {
  6.  
  7. public static void main(String[] args) {
  8. char PI ='a';
  9. char age = '1';
  10. System.out.println((int)PI);
  11. System.out.printf("%1$c",(int)PI,age);
  12. }
  13. }
Add Comment
Please, Sign In to add comment