Search:

Type: Posts; User: PRIME686

Search: Search took 0.14 seconds.

  1. Replies
    5
    Views
    1,463

    Re: Can anyone try this for me!!!

    import java.util.Scanner;

    public class TriangleExample {
    public static void main(String[] args) {
    Scanner in = new Scanner(System.in);
    System.out.println("Please enter the height of the...
  2. Replies
    5
    Views
    1,463

    Re: Can anyone try this for me!!!

    Yeah missed the lecture on Scanner/user and cannot do it if you could put an example up i can try have a go at it
  3. Replies
    5
    Views
    1,463

    Can anyone try this for me!!!

    Write a program to read the height and width of a triangle from the user using a Scanner. The area of the triangle should be calculated and printed. All numbers should be read in as whole numbers...
Results 1 to 3 of 3