InterviewSolution
Saved Bookmarks
| 1. |
Write a program in Java to input a series of numbers one by one to print the count and average of those numbers which have 3 as their last digit. The process of inputting numbers should stop if the number inputted by the user is a negative number |
|
Answer» Write a PROGRAM in Java to input a SERIES of numbers one by one to print the count and average of those numbers which have 3 as their last digit. The PROCESS of inputting numbers should stop if the number inputted by the user is a negative number |
|