Question: this one is using emacs to create one java file and plz not just simple one java file 5) (15 marks) Write a Java program
this one is using emacs to create one java file and plz not just simple one java file

5) (15 marks) Write a Java program named a1q5.java which reads positive integers from the input and prints every second integer to the output. The program stops when it reads the first negative integer or zero, without printing it. However, the program must also print a -1 at the very end Input: The input consists of a sequence of integers, one integer per line, where all integers are positive except the last one. For example, the input could be 7 3 2 Output: The output will also consists of a sequence of integers, which consists of each second positive integer from the input, with the final line containing -1. For example, the output of the above input must be 3 2 -1
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
