Saved Bookmarks
| 1. |
Write a program in Java whether it is lead number or not |
|
Answer» Answer: Java program to FIND whether the GIVEN NUMBER is a lead number or not. A number is said to be a Lead number is the sum of the even digits in the number is equal to the sum of the odd digits in the number. |
|