Posts by MatiasRublas • 1 point
1 post
-
0
votes1
answer142
viewsQ: How to include a new note in an array?
Make a program that calculates the arithmetic mean of N banknotes using array. I’m trying to do this: package exer4; import java.util.Scanner; public class Exer4 { public static void main(String[]…