Advertisement
Guest User

Untitled

a guest
Feb 22nd, 2019
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. public class MyClass {
  2. public static void main(String args[]) {
  3. int x=10;
  4. double y=0;
  5. y=x^2;
  6. System.out.println(x);
  7. }
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement