Search:

Type: Posts; User: valam

Search: Search took 0.17 seconds.

  1. Thread: Array

    by valam
    Replies
    12
    Views
    1,151

    [SOLVED] Re: Array

    yeiiii!!!, it was a simple mistake, but a HUGE mistake too... !! THANK YOU!!...

    I removed the loop I had, it was increasing the number i entered, so it was not helping at all....




    public...
  2. Thread: Array

    by valam
    Replies
    12
    Views
    1,151

    [SOLVED] Re: Array

    package Trabajo;

    import javax.swing.JOptionPane;


    public class Asignaturas {

    String matrizAsignaturas[];

    public int Programa;
  3. Thread: Array

    by valam
    Replies
    12
    Views
    1,151

    [SOLVED] Re: Array

    Ok, so I think I am pretty confused here... At the begining I wanted to create a 2D array, now thanks to your comments I realized it was actually 1D, and I fixed that already...

    Now, what I trying...
  4. Thread: Array

    by valam
    Replies
    12
    Views
    1,151

    [SOLVED] Re: Array

    Thank you all for your answers...

    I think I see where the problem is... I will be back in a few after I try :)

    @jps You are right, I shouldn't be doing that. What exactly is the return...
  5. Thread: Array

    by valam
    Replies
    12
    Views
    1,151

    [SOLVED] Array

    Hello!

    I am pretty new with java, I've been reading about it the last month and well I am practicing, so please be patient with me!

    So, I have this array matrizAsignaturas and I am trying to...
Results 1 to 5 of 5