Posts by Luksdragon • 11 points
1 post
-
-4
votes1
answer165
viewsQ: I’m trying to apply object orientation to a Java program
I’m trying to apply object orientation to this program and I wanted to start with the exchange of these ifs, does anyone have any hint of what to put in place? import java.util.*; public class…