User Profile

Collapse

Profile Sidebar

Collapse
KirbyIwaki
KirbyIwaki
Last Activity: Feb 21 '09, 08:02 AM
Joined: Feb 21 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • KirbyIwaki
    replied to Arrays T_T
    in Java
    I static-ized them, thanks n.n!...
    See more | Go to post

    Leave a comment:


  • KirbyIwaki
    started a topic Arrays T_T
    in Java

    Arrays T_T

    I have a global variable, something like this:

    Code:
    public class Comisiones {
    	
    	double monto,max=0,min=0
    Now... I have a Comisiones array, declared in the main, something like this:

    Code:
        public static void main(String[] args) {
            Comisiones x[]=new Comisiones[20];
    That means each Comisiones object will have its own monto, max, and min variables... but what if I want...
    See more | Go to post
No activity results to display
Show More
Working...