The Artima Developer Community
Sponsored Link

Java Answers Forum
Really need help on java assignment please!!!!!

2 replies on 1 page. Most recent reply: Oct 3, 2003 6:38 AM by David

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 2 replies on 1 page
Luca Brazi

Posts: 1
Nickname: rourk
Registered: Oct, 2003

Really need help on java assignment please!!!!! Posted: Oct 3, 2003 5:31 AM
Reply to this message Reply
Advertisement
Assignment

Build a Java Application that reads one file, line by line.
The application uses two Java objects, declared from classes you created:
1) One object is a numberSummer Object that initializes
to zero
2) Another object is a stringSummer object that
initializes to "".

When a line is read that is a number, the number is added
(summed) to the numberSummer object.

When a line is read that is a string, that string is added
(appended) to the stringSummer object.

In the end, (EOF of the input file) two output files are written, with the contents of the numberSummer and the stringSummer going to separate files.

The numbers can be integers, doubles, or floats...
anything else can be considered as string.

Please help me. I need the full code for this problem
i will be very grateful to whoever helps me!!!!!!


Kevin

Posts: 27
Nickname: quasi
Registered: Apr, 2003

Re: Really need help on java assignment please!!!!! Posted: Oct 3, 2003 5:42 AM
Reply to this message Reply
Do your own homework?
i'd love to know the name of your lecturer so I can email him?

David

Posts: 150
Nickname: archangel
Registered: Jul, 2003

Re: Really need help on java assignment please!!!!! Posted: Oct 3, 2003 6:38 AM
Reply to this message Reply
Nobody here will do the homework for you, but we'd be more than happy to help you with any problems you have. Please post the code you have so far and describe what problem you're having.

Flat View: This topic has 2 replies on 1 page
Topic: Error accessing javax.ejb package. Previous Topic   Next Topic Topic: Help to get source code from wrox book

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use