Search:

Type: Posts; User: najihah ahmad

Search: Search took 0.10 seconds.

  1. Replies
    6
    Views
    1,191

    Re: Java2D Array Help :(

    import javax.swing.JOptionPane;
    public class student
    {
    public static void main(String [] args)
    {
    String[] name= new String [3];
    String [] subject ={"English","Math","History"};
    int []...
  2. Replies
    6
    Views
    1,191

    Re: Java2D Array Help :(

    So far i have done C++ coding and I'm currently try to convert into java coding. What I'm stuck in is the array because I have little knowledge in java array especially. So here's the coding. Could...
  3. Replies
    6
    Views
    1,191

    Java2D Array Help :(

    Hi, I'm new here and I really need help for my assignment. It's about to be submitted tomorrow but I still can't find the solution. So here's the question :
    Define an executable Java class that will...
Results 1 to 3 of 3