Search:

Type: Posts; User: Jdino23

Search: Search took 0.15 seconds.

  1. Thread: whats wrong

    by Jdino23
    Replies
    6
    Views
    872

    Re: whats wrong

    public class main
    {
    public static void main(String [] args)
    {
    lyric a = new lyric();
    String[] b = new String[52];
    b = lyric.populatearrayldb();

    for (int i = 0; i < 52; i++){
  2. Thread: whats wrong

    by Jdino23
    Replies
    6
    Views
    872

    Re: whats wrong

    how do i post code on here so its correctly spaced

    --- Update ---

    public class main
    {
    public static void main(String [] args)
    {
    lyric a = new lyric();
    String[] b = new String[52];
  3. Thread: whats wrong

    by Jdino23
    Replies
    6
    Views
    872

    whats wrong

    public class main
    {
    public static void main(String [] args)
    {
    lyric a = new lyric();
    String[] b = new String[52];
    b = lyric.populatearrayldb;

    for (int i = 0; i < 52; i++){
Results 1 to 3 of 3