Question: programming methodology I need this ASAP please!!! class Main { public static void main(String args[]) / String[] weekends = {Friday, Saturday, Sunday}; assert weekends.length ==
programming methodology I need this ASAP please!!!

class Main { public static void main(String args[]) / String[] weekends = {"Friday", "Saturday", "Sunday"}; assert weekends.length == 2; System.out.println( There are weekends length + "weekends in a week") ; } The out put is: (2 Points) There are 2 weekends in a week 2 by 3 There are 3 weekends in a week
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
