Computer Science, asked by toppoking1234, 5 months ago

Write a program in JAVA language. The program should follow the algorithm and

should be logically and syntactically correct.​

Answers

Answered by mannmehra56
0

Answer:

INPUT: N = 15

BINARY EQUIVALENT: 1111

NUMBER OF 1’s: 4

OUTPUT: EVIL NUMBER

Example 2:

INPUT: N = 26

BINARY EQUIVALENT: 11010

NUMBER OF 1’s: 3

OUTPUT: NOT AN EVIL NUMBER

Example 3:

INPUT: N = 145

OUTPUT: NUMBER OUT OF RANGE

Similar questions