Purchase Solution

Find largest and smallest numbers in the file of numbers.

Not what you're looking for?

Ask Custom Question

Write a Java program that will search a text file of strings representing numbers of type int and will write the largest and the smallest numbers to the screen. The file contains nothing but strings representing numbers of type int one per line. Solution can use either the BufferedReader class or the Scanner class.

Purchase this Solution

Solution Summary

A file named "numbers.txt" has to be placed in same directory as the compiled Java class file. This file should hold the numbers as specified in the question.

Solution Preview

Please rename attached 312564.java as SearchNumbers.java before ...

Purchase this Solution


Free BrainMass Quizzes
Javscript Basics

Quiz on basics of javascript programming language.

Java loops

This quiz checks your knowledge of for and while loops in Java. For and while loops are essential building blocks for all Java programs. Having a solid understanding of these constructs is critical for success in programming Java.

Word 2010: Tables

Have you never worked with Tables in Word 2010? Maybe it has been a while since you have used a Table in Word and you need to brush up on your skills. Several keywords and popular options are discussed as you go through this quiz.

Word 2010: Table of Contents

Ever wondered where a Table of Contents in a Word document comes from? Maybe you need a refresher on the topic? This quiz will remind you of the keywords and options used when working with a T.O.C. in Word 2010.

C# variables and classes

This quiz contains questions about C# classes and variables.