User Profile
Collapse
-
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... -
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.Leave a comment:
-
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;...
No activity results to display
Show More
Leave a comment: