I hereby claim:
- I am jessicaschilling on github.
- I am jessicaschilling (https://keybase.io/jessicaschilling) on keybase.
- I have a public key ASD9xc7wXdZip5ddTeaFUFqApBpWA5qZjuSTi5IjSAzWEgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
public class Continents { | |
public static void main(String[] args) { | |
//This little program takes an inputted continent number and matches it to a text string of the largest city and country on that continent | |
//Here's that continent number | |
int continent = 4; | |
switch (continent) { |
public class Magic { | |
public static void main(String[] args) { | |
// This little program does a bunch of math witchery to always return the same number no matter what myNumber is | |
int myNumber = 12; | |
int stepOne = (myNumber * myNumber); | |
int stepTwo = (stepOne + myNumber); | |
int stepThree = (stepTwo / myNumber); | |
int stepFour = (stepThree + 17); |
Verifying that +jessicaschilling is my blockchain ID. https://onename.com/jessicaschilling |