}
problem 2:
public class Problem2 {
/*This program generates numbers 1 through 20 inclusive using for loop
/ and prints either the number itself, if it is even or
/ prints double of the value if it is odd
*/
public static void main(String[] args){
//Create a for loop that generates numbers 1 to 20 inclusive
for(/*insert code here*/){
//if i is even
if(i%2==0){
//print i using println
/*insert code here*/
}
else{ //i is odd
//print using println value of i doubled: 2i
/*insert code here*/
}
We offer the best custom writing paper services. We have answered this question before and we can also do it for you.
GET STARTED TODAY AND GET A 20% DISCOUNT coupon code DISC20