Search:

Type: Posts; User: backdown

Search: Search took 0.14 seconds.

  1. Re: Missing a line or two of code,b ut dont know what it is.

    import java.util.Scanner;
    //This program does math
    public class Final
    {
    public static void main(String []args)
    {
    Scanner in=new Scanner(System.in);
    System.out.println("One last...
  2. Re: Missing a line or two of code,b ut dont know what it is.

    I have used the arrays, i think, but i have gotten no where? It goes to where i can input everything, but it gives me an error after i hit enter.



    import java.util.Scanner;
    //This program does...
  3. Missing a line or two of code,b ut dont know what it is.

    I have to make the program to where it outputs "You were born on (DD-MM-YYYY, these are the user inputs).





    import java.util.Scanner;
    //This program does math
    public class Final
    {
Results 1 to 3 of 3