problem 2: public class Problem2 { /*This program generates numbers 1 through 20 inclusive using for loop
}
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*/
}
Collepals.com Plagiarism Free Papers
Are you looking for custom essay writing service or even dissertation writing services? Just request for our write my paper service, and we'll match you with the best essay writer in your subject! With an exceptional team of professional academic experts in a wide range of subjects, we can guarantee you an unrivaled quality of custom-written papers.
Get ZERO PLAGIARISM, HUMAN WRITTEN ESSAYS
Why Hire Collepals.com writers to do your paper?
Quality- We are experienced and have access to ample research materials.
We write plagiarism Free Content
Confidential- We never share or sell your personal information to third parties.
Support-Chat with us today! We are always waiting to answer all your questions.