7. Write a program that accepts the value of (x, y) x-coordinates and y-coordinates and output its equivalent quadrant, if x = 0, its lies on the x axis, , if y = 0, its lies on the y axis, and if (0,0) origin.
1
Expert's answer
2013-03-29T05:24:11-0400
import java.util.Scanner;public class Test { publicstatic void main(String[] args) { Scanners = new Scanner(System.in);
Comments
Leave a comment