I hereby claim:
- I am imryan on github.
- I am imryan (https://keybase.io/imryan) on keybase.
- I have a public key whose fingerprint is 9852 C9DD 92B9 B250 F4C3 0F02 E52E 50E8 A287 ECF4
To claim this, I am signing this object:
| import java.util.Scanner; | |
| public class Prime { | |
| public static void main(String[] args) { | |
| // Declare a new Scanner object and an integer | |
| Scanner sc = new Scanner(System.in); | |
| int n = 0; | |
| import java.util.Scanner; | |
| public class Leap { | |
| public static void main(String[] args) { | |
| // Call menu method | |
| menu(); | |
| } | |
| import java.util.Scanner; | |
| public class Numbers | |
| { | |
| public static void main(String[] args) | |
| { | |
| // Declare variables | |
| Scanner sc = new Scanner(System.in); | |
| int evens = 0, odds = 0, zeros = 0; | |
| int number = 0; |
| import java.util.Scanner; | |
| public class Bottles | |
| { | |
| public static void main(String[] args) | |
| { | |
| // Declare variables | |
| Scanner sc = new Scanner(System.in); | |
| int verses = 0; | |
| import java.util.*; | |
| import java.text.*; | |
| public class Tax { | |
| public static void main(String[] args) { | |
| // Declare double values to be used in the program | |
| double income = 0; | |
| String taxRate = ""; |
| import java.util.*; | |
| public class Coinflip { | |
| public static void main(String[] args) { | |
| Scanner sc = new Scanner(System.in); | |
| int sideNo = 0; | |
| String side = ""; | |
| String landedSide = ""; |
| import ctypes | |
| def eject(): | |
| opens = 0 | |
| closes = 0 | |
| while (True): | |
| # Open disk tray | |
| ctypes.windll.WINMM.mciSendStringW(u"open D: type cdaudio alias d_drive", None, 0, None) |
| function greet() { | |
| var sleep = require('sleep'); | |
| var letters = [ "M", "E", "R", "R", "Y", " ", | |
| "C", "H", "R", "I", "S", "T", "M", "A", "S" ]; | |
| for (var i = 0; i < letters.length; i++) { | |
| sleep.usleep(100900); | |
| process.stdout.write(letters[i] + " "); | |
| } | |
| } |
| import java.text.NumberFormat; | |
| import java.util.Locale; | |
| import java.util.Scanner; | |
| public class ConsoleCalc { | |
| public static void main(String[] args) { | |
| Scanner sc = new Scanner(System.in); | |
| String line = sc.nextLine(); |
I hereby claim:
To claim this, I am signing this object: