Posts by wdisneyp • 31 points
1 post
-
3
votes2
answers567
viewsQ: Constructor with a String and a String array is not working
I created these lines of code in a Java exercise ... public class Pizza { ... public Pizza (String nomeDestaPizza, String[] arrayIngredientes) { ... } } public static void main(String[] args) { ...…