Search:

Type: Posts; User: ntravisj

Search: Search took 0.11 seconds.

  1. Thread: ArrayList

    by ntravisj
    Replies
    6
    Views
    1,705

    Re: ArrayList

    import java.util.Scanner;

    public class Main {
    private static void Generator (int numberofchars, String password) {
    Scanner input = new Scanner(System.in);
    System.out.print("How many...
  2. Replies
    1
    Views
    1,161

    Re: Simple Calculator

    import java.io.File;
    import java.io.FileNotFoundException;
    import java.util.Locale;
    import java.util.Scanner;

    import HelloWorld.Scan;
    public class HelloWorld {


    public class Scan {
  3. Re: Code for program that finds the average of positive numbers higher than 0.

    import java.util.Scanner;

    class Main {
    public static void main(String[] args) {
    Scanner scanner = new Scanner(System.in);
    int count = 0;
    int sum = 0;
    while (true) {
    int number =...
  4. Thread: ArrayList

    by ntravisj
    Replies
    6
    Views
    1,705

    Re: ArrayList

    import java.util.List;
    import java.util.Arrays;
    import java.util.Collections;

    public class ThirdLargestInArrayExample2 {
    public static int getThirdLargest(Integer [] a,int total) {...
  5. Thread: ArrayList

    by ntravisj
    Replies
    6
    Views
    1,705

    Re: ArrayList

    import java.util.List;
    import java.util.Arrays;
    import java.util.Collections;

    public class ThirdLargestInArrayExample2 {
    public static int getThirdLargest(Integer [] a,int total) {...
  6. Thread: ArrayList

    by ntravisj
    Replies
    6
    Views
    1,705

    Re: ArrayList

    Thanks
  7. Thread: ArrayList

    by ntravisj
    Replies
    6
    Views
    1,705

    ArrayList

    ArrayList cannot be resolved to a type IS THE ERROR THAT I'M GETTING


    import java.util.List;
    import java.util.Scanner;

    public class Second {

    public static void main(String[] args) {
    //...
Results 1 to 7 of 7