Question: First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects). Then create
First, launch NetBeans and close any previous projects that may be open (at the top menu go to File ==> Close All Projects).
Then create a new Java application called "EvenThough" (without the quotation marks) that uses a while loop to check the integers 1 through 20 and prints only those integers that are even.
Use division to determine an even integer (i.e., when divided by 2 the result yields no remainder).
All output should appear on a single line, but separate each even integer with a comma and a space. Be sure the integer 20 (which is the last expected number you'll output) omits the trailing comma and space.
**Note: include commenting in your code**
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
