Java Programming and Technical Numerical Ability

There was an addition given as follows
SATURN + URANUS = PLANETS
the solution is not encoding the entire problem but to find coding for 3 alphabets

Read Solution (Total 0)

Java Other Question

21. you have three dice each side is numbered as 1,2,3,4,5,6 .you have to take a
number from user check that number as sum of any side number of these
three dice.like we take number as 5 then the possibility are (1,1,3) (1,2,2)
(1,3,1) (2,1,2) (2,2,1) (3,1,1) and is 6 possibility. So write to a program for that.
State true or false. Java is a structured programming language.

A. True

B. False