User Profile

Collapse

Profile Sidebar

Collapse
darine32
darine32
Last Activity: Jul 6 '06, 05:23 PM
Joined: Jul 2 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • darine32
    replied to Help
    in Java
    The result I am trying to get is the commision and I am trying to do a ratio of the number of comissions ranging from 200 - 1000 dollars. I forgot to set total to 0 seems to be my ultimate mistake programming in Java...
    See more | Go to post

    Leave a comment:


  • darine32
    replied to java problem
    in Java
    do a save as to another location. If this does not work copy your code and create a new java file. Paste it and rename your class to the new file name.
    See more | Go to post

    Leave a comment:


  • darine32
    started a topic Help
    in Java

    Help

    I have a program I am writing for class. Now I have the program virtually done I am having some issues on the calculation. Any guidance would be appreciated:

    public class Commission
    {
    public static void main(String args[])
    {
    int salesp[];
    salesp= new int [15];
    int salespw[]={500,1000,350, 625,5000,200,28 0,230,290,376,6 10,2000,350,100 ,150};
    double commision=.09;
    double total;...
    See more | Go to post
No activity results to display
Show More
Working...