Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 3 of 3

Thread: combine two source code

  1. #1
    Junior Member
    Join Date
    Feb 2013
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default combine two source code

    Hi,

    My project required me to write a java programming. But,I am quiet new in JAVA.
    Actually, my first task is to combine two existing reports (TotalContactTimeReport and ContactsPerHourReport) written in JAVA from ONE simulator.
    The reports as attached.

    For your information, the output of TotalContactTimeReport is Time in seconds and Total Contact Time also in seconds.
    While, for ContactsPerHourReport the output is Time in hour and Number of contacts.

    When the combination is done, the output should be Time in seconds, Total Contact Time in seconds, and Number of Contacts.
    I had been tried to combine both reports and the report named as TotalContactDurationReport.
    Can anyone help me to check that new report?

    Thank you.
    Attached Images Attached Images


  2. #2
    Member
    Join Date
    Sep 2012
    Posts
    128
    Thanks
    1
    Thanked 14 Times in 14 Posts

    Default Re: combine two source code

    The thumbnails are too small to read. If it is code then post using the CODE tags.

  3. #3
    Member
    Join Date
    Apr 2012
    Posts
    161
    Thanks
    0
    Thanked 27 Times in 27 Posts

    Default Re: combine two source code

    This forum is also not used to have people do your assignments for you. I didn't see any sort of question asked. If you have a question, I'd be more than likely to help.

Similar Threads

  1. i need help with java source code
    By Daruga in forum What's Wrong With My Code?
    Replies: 6
    Last Post: January 9th, 2013, 07:47 AM
  2. Source code please
    By Gavin Fraser in forum Java Networking
    Replies: 2
    Last Post: September 17th, 2012, 03:46 PM
  3. need help with a new way of source code
    By Balger in forum Object Oriented Programming
    Replies: 15
    Last Post: August 26th, 2012, 01:41 PM
  4. Combine Prime Factor Code into JPanel
    By BobDole6395 in forum What's Wrong With My Code?
    Replies: 3
    Last Post: June 28th, 2012, 06:24 AM
  5. source code for CD BURNER
    By zeerussia in forum Java Theory & Questions
    Replies: 0
    Last Post: October 23rd, 2010, 02:23 AM