Skip to content

Instantly share code, notes, and snippets.

View 1bthomp's full-sized avatar

Brian Thompson 1bthomp

View GitHub Profile
@1bthomp
1bthomp / _init_.py
Created February 12, 2024 23:32
L2. Numbers
no lines of code
import java.util.Scanner;
//This program is used to determine if you will be eligible for a bonus
public class bonus {
public static void main (String[] args){
Scanner read = new Scanner(System.in);
//This is the amount of years the person has worked at their company
int yearsWorked;