Search:

Type: Posts; User: Joud Mahayni

Search: Search took 0.10 seconds.

  1. Replies
    7
    Views
    1,384

    Re: please help

    import java.util.Scanner;
    public class Angle {

    /**
    * @param args the command line arguments
    */
    public static void main(String[] args) {
    double a;
    Scanner...
  2. Replies
    7
    Views
    1,384

    Re: please help

    import java.util.Scanner;
    public class Angle
    {
    public static void main(String []args)
    {
    double a;
    Scanner scan=new Scanner (System.in);
    system.out.println("Enter the value for an angle");...
  3. Replies
    7
    Views
    1,384

    Re: please help

    i am still a beginner in java
    i cant think of a way to begin
    scanner scan= new scanner (system.in);
    i am visualizing the code
    but i cant write it
    i need to figure out a way to to put in if...
  4. Replies
    7
    Views
    1,384

    please help

    In an orthogonal system, given a point, a line from that point to the origin forms an angle with the positive x-axis. The line is said to terminate, either in one of the four quadrants or to coincide...
Results 1 to 4 of 4