Question: please write it in java using loops Q2). Write a Java program that prompts the user to enter an integer. The program calculates and displays

please write it in java using loops
Q2). Write a Java program that prompts the user to enter an integer. The program calculates and displays the sum of its even digits of the entered integer. For example, if the user enters 265. the program displays 8 (8 = 2 + 6). Sample run of the program Enter an integer: 265 The sum of the even digits of 265 15 B
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
