InterviewSolution
| 1. |
write a program to input 3 numbers and check that they all are positive integers if all are positive then print which are even if all are even then print its last digit if all are odd then what should be added to a to make it even print the number |
|
Answer» Import java.util.*; |
|