Search:

Type: Posts; User: shadow_spawn19

Search: Search took 0.07 seconds.

  1. Re: does not mesh with two-eimensional array

    well in that case, I need to modify the program to allow the user to search for a class in the array, and display the time related to that class
  2. Re: does not mesh with two-eimensional array

    are you on aim? ive added you because I have further questions
  3. Re: does not mesh with two-eimensional array

    I tried that code as is and got this back

    C:\Documents and Settings\Admin\Desktop>java Schedule3
    Exception in thread "main" java.lang.NoClassDefFoundError: Schedule3 (wrong name
    :...
  4. Re: does not mesh with two-eimensional array

    ive found out im supposed to change the format of the array, it needs to have 4 rows and 2 columns. that doesnt change a lot though
  5. Re: does not mesh with two-eimensional array

    when I run the first code I have posted, it tells me if the class exists or not.

    when i run the second one, no matter what I have typed, it says it doesnt exist and repeats itself 8 times
  6. Re: does not mesh with two-eimensional array

    I tried this, and it tells me it doesnt exist. and it tells me 8 times

    import java.util.*;
    import javax.swing.*;
    public class test5
    {
    public static void main(String[] args)
    {
  7. does not mesh with two-eimensional array

    import java.util.*;
    import javax.swing.*;
    public class Schedule
    {
    public static void main(String[] args)
    {


    String[] classSchedule = {"CIS 110", "ENG 111", "MAT 070","WEB 110"}; ...
Results 1 to 7 of 7