Posts by Nustin • 1 point
1 post
-
-2
votes2
answers1468
viewsQ: Java Multiple Numbers and Primes
Write a Java code to print from 1 to 100 in ascending order, stating whether the number is even, odd, multiple of 3, 4 or 5. If the number is multiple of 5, write another "for" inside the "if" for,…