Q1
A Data file consists of a list of positive random integers. The numbers are separated by space. Design pseudo code to perform the following tasks:
(a) Print all the numbers with 10 numbers in a line.
(b) Calculate the total value of the even numbers in the file.
(for example: totalValue=2+12+20+36+…and so on)
(c) Print the largest and smallest even numbers in the file.
Q2
Write a java program to implement your design in Q1
A Data file consists of a list of positive random integers. The numbers are separated
|
Newbie Member
|
|
| 10Dec2009,07:00 | #1 |
|
Go4Expert Member
|
|
| 16Feb2010,16:36 | #2 |
|
Aaaah.
A famous homework question. I have a simple rule on these : show me what you have done and I will help, but I will not do your homework for you ![]() Post your ideas, code and attempts and people will gladly assist you. Best regards Ewald |

