Starting from:

$15

Project-1 solution


Threes and Fives

Project 1

–

Threes and Fives

The following defines the scope of the problem you are to solve:

Write a program that prompts the user for a number greater than or equal to 100. The program then prints all of the numbers from 1 to that number read. But for multiples of three print “Threebee" instead of the number and for the multiples of five print “Fivebee”. For numbers which are multiples of both three and five print “ThreebeeFivebee”.

This problem is designed to improve your skills in problem solving, making decisions and Java program development.

Use the Problem Solving Methodology provided for this course.

The following guidelines apply:

1. Make sure that your project meets all of the requirements set forth in this document. Deductions will be taken for any that are not met.
2. All work must have your name on it. This includes any Java code you write.
3. All work must be original and your own! No credit will be given for plagiarized work.
4. Even if you are not successful in completing the project, submit what you have as partial credit will be given for programs that would work if minor corrections are made.
5. Any work that is submitted late will be subject to the rules set forth in the syllabus!

More products