akosiraff

Download Java Assignment 3

Sep 11th, 2016
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1.  
  2. Download: http://solutionzip.com/downloads/java-assignment-3/
  3. Assignment3_1.java – Write a console (all I/O via System.in and System.out) program that reads in two integer numbers and identifies if their sum is at least 3 times greater than their product. Print the conclusion.
  4. Assignment3_2.java – Write a console program that reads in two integer numbers and identifies if they are co-prime (https://en.wikipedia.org/wiki/Coprime_integers).
  5. Hint: consider identifying divisors of one number in a loop and test if each of them also divides the other number.
  6. Assignment3_3.java – Write a console program with a for loop that prints 5, 9, 13, 17, …, 101.
  7. Download: http://solutionzip.com/downloads/java-assignment-3/
Add Comment
Please, Sign In to add comment