Skip to content

Instantly share code, notes, and snippets.

View Gzoref's full-sized avatar
🏠
Working from home

Geoffrey Zoref Gzoref

🏠
Working from home
View GitHub Profile
@Gzoref
Gzoref / ticTacToe_GameBoard.java
Created October 3, 2018 06:46
Tic Tac Toe game
package ticTacToe;
import java.util.Arrays;
import java.util.Scanner;
/*
* Name: Geoffrey Zoref
* Date: 10/3/2018
* Project: Tic Tac Toe
*/
@Gzoref
Gzoref / MonlySalesTax.java
Created October 1, 2018 03:24
First GUI that I made that computes figures.
import javax.swing.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/*
* Name: Geoffrey Zoref
* Date: 9/30/2018
* Project: Monthly Sales Tax - GUI
*/
import java.util.*;
/*
* Name:
* Date: 4/21/2018
* Project: CoinToss
*/
public class Coin {
String sideUp;