Skip to content

Instantly share code, notes, and snippets.

@suhininalex
Created February 6, 2017 15:28
Show Gist options
  • Save suhininalex/e47fe1886722e3352e6bf802f1113a6d to your computer and use it in GitHub Desktop.
Save suhininalex/e47fe1886722e3352e6bf802f1113a6d to your computer and use it in GitHub Desktop.
public static String getS(){
double z;
int x = 5;
System.out.print("Hello!" + 2);
x = x*22 - 4;
double y = Math.acos(x * Math.random());
System.out.println("X=" + x);
System.out.print("Hello!" + 2);
x = x*22 - 4;
System.out.println("X=" + x);
System.out.print("Hello!" + 2);
x = x*22 - 4;
System.out.println("X=" + x);
return null;
}
public static String getS2(){
int x = 5;
System.out.print("Hello!" + 2);
x = x*22 - 4;
double y = Math.acos(x * Math.random());
System.out.println("X=" + x);
System.out.print("Hello!" + 2);
x = x*22 - 4;
System.out.println("X=" + x);
System.out.print("Hello!" + 2);
x = x*22 - 4;
System.out.println("X=" + x);
return null;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment