Results 1 to 4 of 4
Thread: Need help with assignment
- 03-08-2012, 10:20 PM #1
Member
- Join Date
- Mar 2012
- Posts
- 3
- Rep Power
- 0
Need help with assignment
I cant wrap my head around this assignment. All I have accomplished to this point is to determine wether the integer entered is even or odd. Can someone please break it down for me how I would go about this. Here is the assignment:
Write a program that reads in a set of integer numbers. While reading the input stream, the program should determine if each item integer item in the input stream is an odd or even number. If the number is odd it should be added to an odd number accumulator, if the number is even it should be added to an even number accumulator. The program should then print the total for the number of even numbers entered and the total for the number of odd numbers entered. The program should also keep count of the number of odd numbers in the input stream and the count of the number of even numbers in the input stream. The program should additionally print out the count of the odd numbers entered and the count for even numbers even. Format the numeric output. Place the appropriate labels in the output to identify the information.
- 03-08-2012, 10:36 PM #2
Re: Need help with assignment
Ok, so whats the difference between an even and an odd number? How do you as a human know whether a number is even or odd?
Once you answer that question, how might you reproduce the same even/odd test in code?
- 03-08-2012, 10:50 PM #3
Member
- Join Date
- Mar 2012
- Posts
- 3
- Rep Power
- 0
Re: Need help with assignment
I should have been more specific. Im not having trouble determining wether the number is even or odd. The issue Im having is adding the numbers to an accumulator. I dont know how to make the program determine how many values we're inputed. Confused by the input stream.
- 03-08-2012, 10:59 PM #4
Similar Threads
-
assignment help :L
By Mike09lfc in forum New To JavaReplies: 2Last Post: 12-03-2011, 02:38 AM -
Assignment Help
By Albany in forum New To JavaReplies: 6Last Post: 12-02-2011, 11:39 PM -
I need help with an assignment
By newarcher in forum New To JavaReplies: 12Last Post: 09-08-2011, 01:09 PM -
assignment help
By esallender in forum New To JavaReplies: 4Last Post: 10-25-2010, 12:10 PM -
Need with my assignment ...
By allergy01 in forum New To JavaReplies: 1Last Post: 04-25-2009, 08:33 AM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks