fork download
  1. using System;
  2.  
  3. public class Test
  4. {
  5. public static void Main(String args[])
  6. {
  7. byte b = 0101;
  8. System.out.println("value of b:",+b);// your code goes here
  9. }
  10. }
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1: error: class, interface, or enum expected
using System;
^
1 error
stdout
Standard output is empty