Search:

Type: Posts; User: adi2609

Search: Search took 0.27 seconds.

  1. Replies
    7
    Views
    1,020

    Re: I need help for my code...

    public class ExamScoresClient
    {
    public static void main(String[] args)
    {
    int[] examScores = {74, 67, 55, 91, 96, 49, 84, 75, 65, 95};
    ExamScores scores = new...
  2. Replies
    7
    Views
    1,020

    Re: I need help for my code...

    public class ExamScores
    {
    private int[] scores;
    private boolean isSorted;


    public int[] getScores()
    {
    int[] examScores = new int[scores.length];
  3. Replies
    7
    Views
    1,020

    Re: I need help for my code...

    public class ExamScores
    {
    private int scores;
    private boolean isSorted;



    public void sort()
    {
    if(isSorted)
  4. Replies
    7
    Views
    1,020

    I need help for my code...

    Hello fellas.. I have a homework, but I don't know how to start with it.. I have a plan how to do some methods but I can't do them without these stuff that I don't know how to make. Anyone pls help....
Results 1 to 4 of 4