Skip to content

Instantly share code, notes, and snippets.

View PaoloChreif's full-sized avatar

Paolo Chreif PaoloChreif

View GitHub Profile
@PaoloChreif
PaoloChreif / enzymePathwayCalculator.java
Created November 7, 2023 10:22
Bacterial Mutant Growth Simulator
import java.util.Scanner;
import java.util.ArrayList;
import java.util.InputMismatchException;
public class enzymePathwayCalculator {
public static void main(String[] args) throws InputMismatchException {
////////////////////////////////////////////////////////////
// Pre-Requisite Data Collection and Variable Declaration //
////////////////////////////////////////////////////////////