sandhikagalih / project-kalian

Menyimpan daftar Project Kalian yang sudah disubmit di Discord
1.01k stars 190 forks source link

Create Java Online #26

Open rosyidihattori opened 8 months ago

rosyidihattori commented 8 months ago

public class MyClass { public static void main(String args[]) { int x=10; int y=25; int z=x+y;

  System.out.println("Sum of x+y = " + z);
}

}