Search:

Type: Posts; User: PRIME686

Search: Search took 0.14 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
    10
    Views
    1,780

    Re: Need help with Question

    If its from the user does this usually mean scanner
  6. 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 6 of 6