Computer Science, asked by nick1196, 1 month ago

Only original answer ..

Blue j programming

Write a Java program to input a number(using Scanner class) and test if the given number is multiple of both
2 and 4. Print YES if the number is a multiple of 2 and 4 else print NO.

Answers

Answered by itzdramaqueen828
0

Answer:

thanks

Explanation:

Discrimination is the act of making unjustified distinctions between human beings based on the groups, classes, or other categories to which they are perceived to belong.

Answered by BrainlyGovind
2

pronic number is a number which is the product of two consecutive integers, that is, a number of the form n(n + 1).

The first few pronic numbers are:

0, 2, 6, 12, 20, 30, 42, 56, 72, 90, 110, 132, 156, 182, 210, 240, 272, 306, 342, 380, 420, 462 … etc.

Test Data

Input a number : 110

hope it helps you

Similar questions