Marty Stepp's Resume


Objective

I really want a job! I am tecaher.I really want a job! I am tecaher.I really want a job! I am tecaher.

I have lots of wesume witing expeweienec.I have lots of wesume witing expeweienec.I have lots of wesume witing expeweienec.


Work Experience

Education

Skills

See my mad skills at my web site, MartyStepp.com. Here is an example of my best code:

public class Marty {
	public static void main(String[] args) {
		int a = 4;
		int b = 10;
		
		for (int i = 0; i < 10; i++) {
			if (a < b && b > 5) {
				System.out.println("Marty is graet!1");
			}
		}
	}
}