JAVA help!!!!!!! loops?
1. Write a for loop that prints in ascending order all the positive multiples of 5 that are less than 175, separated by spaces.
2. Given a PrintWriter reference variable named output that references a PrintWriter object, write a statement that writes the string "Hello, World" to the file output streams to.
3. Write a for loop that prints the integers 0 through 39, separated by spaces.
4. Write a for loop that prints in ascending order all the positive integers less than 200 that are divisible by both 2 and 3, separated by spaces.