Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a Java program to check whether a given number is an ugly number. In number system, ugly numbers are positive numbers whose only


image text in transcribed 

Write a Java program to check whether a given number is an ugly number. In number system, ugly numbers are positive numbers whose only prime factors are 2, 3 or 5. First 10 ugly numbers are 1, 2, 3, 4, 5, 6, 8, 9, 10, 12. By convention, 1 is included. SAMPLE INPUT: (i) 235 (ii) 120 (iii) 15 OUTPUT: It is not an ugly number. It is an ugly number. It is an ugly number.

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Heres a Java program that checks whether a given number is an ugly n... 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_2

Step: 3

blur-text-image_3

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

Introduction to Java Programming, Comprehensive Version

Authors: Y. Daniel Liang

10th Edition

133761312, 978-0133761313

Students also viewed these Programming questions