Search:

Type: Posts; User: darking123

Search: Search took 0.11 seconds.

  1. Replies
    9
    Views
    1,287

    Re: help java prog. adding do{ while()

    yup sir i know how it works..but i do not know where to place it to me program because it has many methods on it
  2. Replies
    9
    Views
    1,287

    Re: help java prog. adding do{ while()

    what i dont understand is placing the do and while in my program that has many method on it...can you guide me
  3. Replies
    9
    Views
    1,287

    Re: help java prog. adding do{ while()

    after The Area of a Triangle will be output a message that will say DO YOU WANT TO CONTINUE?? if i type Y then the program will reloop to the start where i will input the height etc. again
  4. Replies
    9
    Views
    1,287

    Re: help java prog. adding do{ while()

    any more other guides??cant seem to make it work because of its many method i do not know where to place it
  5. Replies
    9
    Views
    1,287

    help java prog. adding do{ while()

    how will i add do{ while() to my program
    this is my program



    import java.util.*;
    public class Triangle {
    Scanner br = new Scanner(System.in);
    private double height;
    private double base;
Results 1 to 5 of 5