Search:

Type: Posts; User: PRIME686

Search: Search took 0.11 seconds.

  1. Replies
    10
    Views
    1,780

    Re: Need help with Question

    Im stuck can you help
  2. Replies
    10
    Views
    1,780

    Re: Need help with Question

    import java.util.Scanner;
    public class AS1Q5 {
    public static void main(String[] args) {

    double a, b, c;
    Scanner number = new...
  3. Replies
    10
    Views
    1,780

    Re: Need help with Question

    Im lost after this part
  4. Replies
    10
    Views
    1,780

    Re: Need help with Question

    import java.util.Scanner;
    public class AS1Q5 {
    public static void main(String args[]) {

    double a, b, c;
    Scanner number = new...
  5. Replies
    5
    Views
    1,477

    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...
  6. Replies
    5
    Views
    1,477

    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
  7. Replies
    5
    Views
    1,477

    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...
  8. Replies
    10
    Views
    1,780

    Re: Need help with Question

    If its from the user does this usually mean scanner
  9. Replies
    10
    Views
    1,780

    Need help with Question

    Write a program to read three numbers from the user and print which number was the largest (first number, second number or third number). The program should also print which of the numbers is the...
Results 1 to 9 of 9