- In Newsfeed.java, we have created a
Newsfeed
class to keep track of trending articles and their associated views and ratings. We did this using Java arrays.!
For now, run [Newsfeed.java]https://github.com/keldavis/Java-Practice/blob/master/Foundations/5.%20Arrays/Intro%20to%20Arrays/Newsfeed.java) to see some of our method calls.