Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class Test3 {
- public static void main(String[] args) {
- byte b1 = 5;
- char[] c1 = new char[2];
- System.out.println(c1);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement