Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a java program that contains 2 classes as follow: 1 - Niven class: it contains a method called IsNiven which returns true if the

Write a java program that contains 2 classes as follow:
1- Niven class: it contains a method called IsNiven which returns true if the passed integer is Niven number, or false if the passed integer is not a Niven number.
2- NivenFile class: it reads numbers from a file named numbers.dat. and check whether the number is Niven or not by calling IsNiven method, if the number is Niven store it in a file named niven.dat, else store it in a file named nonniven.dat.
Note: A Niven number is any whole number that is divisible by the sum of its digits. For example, 126 is a Niven number because the sum of its digits 1+2+6, is 9.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sql All In One For Dummies 7 Books In One

Authors: Allen G Taylor ,Richard Blum

4th Edition

1394242298, 978-1394242290

More Books

Students also viewed these Databases questions

Question

=+Is the humor relevant to the issue?

Answered: 1 week ago

Question

demonstrate the importance of induction training.

Answered: 1 week ago