Computer Science, asked by rishitkumar14dec2006, 1 month ago

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​

Answers

Answered by vasanthi25koeeda
0

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

Similar questions