Advertisement
Guest User

MainIMCteste

a guest
Nov 14th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.25 KB | None | 0 0
  1.     public static void main(String[] args) {
  2.         int[] socio = { 100, 90,200,592,102,900,20000,3928,20937,1029};
  3.         float[] IMC = { 11, 13,44,44,44,47,48,91,91,91};
  4.         listarSociosOrdenadosOrdemCrescenteIMC(IMC, socio, socio.length);  
  5.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement