akosiraff

Download Number JAVA

Jul 27th, 2015
231
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/number-java/
  3. Write a program that iterates through numbers from 0 to 113 using a loop. Print the numbers, one number per line. As you print each number, say x, also print the following when appropriate, separated by commas:
  4. I. If the number is odd, print “x is odd”
  5. II. If the number is divisible by 5, print “hi five”
  6. III. If the total of a number (x) and its subsequent number (x+1) is a value divisible by 7, print “wow”
  7. IV. If the number is prime, print “prime”.
  8.  
  9. Download: http://solutionzip.com/downloads/number-java/
Add Comment
Please, Sign In to add comment