Search:

Type: Posts; User: jairofrg

Search: Search took 0.12 seconds.

  1. Re: I have several errors when compiling my code as the name help

    does not want me to compile the code gives me error in the name help bro.
  2. I have several errors when compiling my code as the name help

    3581

    import java.util.Scanner;
    public class Arreglos {
    public static int [ ] llenarArreglo ( int elementos ) {
    int i; int [ ] v;
    v = new int [ elementos ];
    Scanner sc = new Scanner (...
Results 1 to 2 of 2