Skip to content

Instantly share code, notes, and snippets.

View SRNM21's full-sized avatar
🖤
Hibernate

Gengar SRNM21

🖤
Hibernate
View GitHub Profile
@SRNM21
SRNM21 / IT2D_Group8_Lab4.java
Last active November 24, 2023 02:12
Program that converts infix to prefix, infix to postfix, and postfix to infix
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.Stack;
import javax.swing.JOptionPane;
/**
* Program that converts infix to prefix, infix to postfix, and postfix to infix
*
* Group 8