Question: Use IF Statements & Loops please. Problem 1: Write an application that reads in a month from the keyboard, as a String (i.e., January), and

Use IF Statements & Loops please.
Problem 1: Write an application that reads in a month from the keyboard, as a String (i.e., January), and determines and outputs the number of days in that month based on the table below: January31 February 28 March 31 April May June July August 31 September 30 October 31 November 30 December 31 Problem 2: 31 30 31 Write an application with a simple while loop to print the numbers between 100 and 1000 that are divisible by both 5 AND 6 (e.g., 120 would print, but not 125) Submit the Source Files (.java) for each
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
