Get personalized and accurate responses to your questions with IDNLearn.com. Ask any question and get a thorough, accurate answer from our community of experienced professionals.

Write an application that counts by five from 5 through 500 inclusive, and starts a new line after every multiple of 50 (50, 100, 150, and so on).

public class CountByFives {
public static void main (String args[]) {
// Write your code here
}
}