Advertisement
neonitrix

Untitled

Apr 19th, 2012
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. x = 1.21; // 1.21GW or 1.21X10^9
  2.  
  3. void timeTravel(double x) {
  4. if ( x = 1.21) {
  5. if ( fluxCapacitor == true) {
  6. whatDate();
  7. }
  8. }
  9. }
  10.  
  11. void whatDate() {
  12. System.out.print("Please Enter Date Destination: ");
  13. Scanner s1 = new Scanner(System.in);
  14. String date = null;
  15.  
  16. try {
  17. date = s1.nextLine();
  18. }
  19. catch {
  20. System.out.println("Great Scott: Something's Gone Wrong);
  21. System.out.println("Tell Me Future Boy, Can You Try That Again?");
  22. whatDate();
  23. }
  24. if ( timeCircuits == true) {
  25. //timeCircuits(date); method to be written in 2014
  26. }
  27. else {
  28. System.out.println("Time Circuits Not Powered On: ");
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement