java quetion

java quetion

A company has four salespeople (numbered from 1 to 4), who sell five different products (numbered from 1 to 5). Once a day, each salesperson passes in a slip for each type of product sold. Each slip contains the following: ïâ??· The salesperson number, ïâ??· The product number, ïâ??· The total Qatar Riyals value of that product sold that day. 1. Propose a class Slip to store the data of sales slips. 2. Each salesperson passes in between 0 and 5 sales slips per days. Propose an array, slips, to store the data of sales slips for a whole month (31 days). Assume that the total QR value of each product never exceeds 99QR. Write a method, collectSlips, to collect the sales information for a month by randomly filling the slips array. 3. Write a method, summarizeSalesSlips, that will read all this information for one monthââ?¬â?¢s sales and summarize the total sales by salesperson and by product. All the totals should be stored in sales, a two dimensional array. 4. Write a method, printTotalSales, to display the sales results in tabular format, with each column representing a particular salesperson and each row representing a particular product. 5. Write a method, totalSalesProduct, to Cross-total each row to get the total sales of each product for the month. Print these totals. 6. Write a method, totalSalesPerson, to Cross-total each column to get the total sales by each salesperson for last month. Print these totals. 7. Modify your tabular output to include these cross-totals to the right of totals rows and to the bottom of the totals columns. All the code related to questions 2-7 should be written inside a second class TotalSales. The main function should be part of this class.

View Answers









Related Tutorials/Questions & Answers:
java quetion
java quetion  A company has four salespeople (numbered from 1 to 4), who sell five different products (numbered from 1 to 5). Once a day, each salesperson passes in a slip for each type of product sold. Each slip contains
quetion - Java Beginners
Questions for Java Beginners  Hi, I am looking for the questions for Java Beginners.Thanks in Advance
Advertisements
java - Java Beginners
java  sir, there is few questions which i tried but did not get succeed in it...will you help me to overcome it? my quetion is two numbers...; } } return true; } } For more information on java visit
Jboss MQ ConnectionFactory - JMS
Jboss MQ ConnectionFactory  Iam Using jboss-5.0.0.Beta4 my quetion is that iam not able to get Jboss MQ ConnectionFactory object pls any suggest me how to get it on jboss-5.0.0.Beta4
java
java  diff bt core java and java
java
java  what is java
JAVA
JAVA  how the name came for java language as "JAVA
java
java   why iterator in java if we for loop
java
java  explain technologies are used in java now days and structure java
java
java  different between java & core java
Java
Java   Whether Java is pure object oriented Language
java
java  is java open source
java
java  what is java reflection
java
java   in java does not pointers concept but what is nullpointers in java?   nullpointer is a runtime Exception
java
what is the size of array in java ?  what is the size of array in java ? what is the mean of finalize in java
java
java  give a simple example for inheritance in java
java
java  why to set classpath in java
java
java  Does java allows multiline comments
java
java  what are JAVA applications development tools
Java
Java   Whether Java is Programming Language or it is SOftware
java
java  explain object oriented concept in java
java
java   difference between class and interface
Java
Java  how to draw class diagrams in java
java
java  give a simple example for inheritance in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java  why to set classpath in java
java
java   What is ?static? keyword
java
java  RARP implementation using java socket
java
java  sample code for RARP using java
Java
Java  how to do java in command prompt
java
java  Write a java code to print "ABABBABCABABBA
java
java  write a program in java to acess the email
java
java  send me java interview questions
java
java  how use java method
java
java  is java purely object oriented language
java
java  why multiple inheritance is not possible in java
java
java  write a java program using filenotfoundexception
java
java  hi im new to java plz suggest me how to master java[email protected]
java
java   How to set java Policy for applet using jdk 6
java
java pattern code for a given words  java pattern code for a given words pattern
java
java  dear, i want a field for date picker using java/java script
java
java  create java program for delete and update the details,without using database, just a normal java program
java
java  why methods in java raise exceptions   Have a look at the following link: Java Exceptions
java
java code to search the nodes  how to write the java code to search the nodes using routers
java
java online telephone directory  i need coding for online telephone directory..by using java....pls help me
java
java  how to edit text document by using java then how to edit starting and ending of text document by using java
java
java  different between java & core java print("code sample
java
java  different between java & core java print("code sample
java
java  how can use sleep in java   which book learn of java language

Ads