Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~66 People Reached
Favorite Forums
Favorite Tags
java x 1
Member Avatar for darine32

Hello My name is Darine and I am currently working on a BAA w/a concentraion in Information Systems. I dread programming in the past because I could never grasp the algorythm but now it seems to be fun. I hate to have someone do a project for me. I would …

Member Avatar for ajayprasad
0
26
Member Avatar for darine32

Sorry Here is the code. I got my result ok I can't seem to get the calculation: [code]public class Commission { public static void main(String args[]) { int salesp[]; salesp= new int [15]; int salespw[]={500,1000,350,625,5000,200,280,230,290,376,610,2000,350,100,150}; double commision=.09; double total; { System.out.printf( "%5s%8s\n", "Salesper", "Sales per Week" ); { for(int counter=0;counter …

0
40