Skip to content

Instantly share code, notes, and snippets.

@toriannnn
toriannnn / Validate.java
Created November 30, 2017 18:02
Check if a Credit Card is Valid
//*******************************************************************
//Assignment: Assignment 4
//Account: TAM154
//
//Author: Tori Murray
//
//
//Honor Code: I pledge that this program represents my own program code.
//
//*******************************************************************
@toriannnn
toriannnn / Peace.java
Created November 30, 2017 18:01
make a game of war
//*******************************************************************
//Assignment: Program 3
//Account: TAM154
//
//Author: Tori Murray
//
//Completion Time: 4 hours
//
//Honor Code: I pledge that this program represents my own program code.
//I received help from Alex Nogy
//*******************************************************************
//Assignment: Program 2
//Account: TAM154
//
//Author: Tori Murray
//
//Completion Time: 1 hour
//
//Honor Code: I pledge that this program represents my own program code.
//I received help from Alex Nogy
@toriannnn
toriannnn / AssignGrades.java
Created November 30, 2017 17:24
Write a program that uses the main to read student scores from the keyboard, gets the best score using a method call to (Best), and then assigns/prints grades in another method call to (Assign)
//*******************************************************************
//Assignment: AssignGrades
//Account: TAM154
//
//Author: Tori Murray
//
//Completion Time: 1 hour and 15 minutes
//
//Honor Code: I pledge that this program represents my own program code.
//
//Import a Scanner
import java.util.Scanner;
public class Bean {
/**
* @param args the command line arguments
*/
public static void main(String[] args) {