I need help with this method, I am still a novice and need it in…
Question Answered step-by-step I need help with this method, I am still a novice and need it in… I need help with this method, I am still a novice and need it in simple terms. Thanks! public CovidEntry mostTotalDeaths() – return the CovidEntry object with the highest total deaths. Use a for-each loop to process the ArrayList. Here is my code: import java.util.ArrayList;import java.util.Scanner;import java.io.FileInputStream;import java.io.IOException;import java.util.Collections;public class CovidDatabase { private ArrayList


