Search:

Type: Posts; User: baueml01

Search: Search took 0.10 seconds.

  1. Replies
    9
    Views
    2,014

    Re: Bubble Sort help

    Ok I hope and think I solved the previous 8 errors but now I am getting 1 error. It is a class, interface, enum expected error. Here is my code that I have so far and I will follow it with what cmd...
  2. Replies
    9
    Views
    2,014

    Re: Bubble Sort help

    Ok when I compile my program now it is giving me 8 errors within the [B]public static void bubble_sort( int a[], int n){ line. I am confused as to why this is doing this. All the errors are illegal...
  3. Replies
    9
    Views
    2,014

    Re: Bubble Sort help

    Does anyone have any idea what is wrong with my code? I stayed up till 1:30am last night searching on the internet and looking in my school book and I just can't figure the problem out. Please help!
  4. Replies
    9
    Views
    2,014

    Re: Bubble Sort help

    mport java.util.Scanner;
    public class Homework5{
    public static void main(String[] args){
    Scanner input= new Scanner(System.in);

    System.out.println("Enter number of students: ");

    int...
  5. Replies
    9
    Views
    2,014

    Bubble Sort help

    I have to creat a bubble sort program for homework in my programming 1 class. My requirements are to write a program that allows the user to enter in the number of students, the students name, and...
Results 1 to 5 of 5