Posts by user152320 • 11 points
1 post
-
0
votes1
answer72
viewsQ: Return/save problem in a JAVA list
Good night, I have a Master Class: import static javax.swing.JOptionPane.*; import java.util.ArrayList; import java.util.List; import static java.lang.Integer.parseInt; public class Principal {…