Question: please write it in java using netbeans Write a program that reads from the user an integer of any number of digits. The program displays

please write it in java using netbeans
Write a program that reads from the user an integer of any number of digits. The program displays the following: The count of even digits in the integer The count of odd digits in the integer The maximum digit in the integer The minimum digit in the integer Sample Run: Enter an integer: 746528221 In 746528221 there are: 6 even digits 3 odd digita The maximum digit is 8 The minimum digit is 1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
