Search:

Type: Posts; User: Rinor

Search: Search took 0.09 seconds.

  1. Thread: help

    by Rinor
    Replies
    2
    Views
    704

    help

    This is my code, when i compile with jgrasp show me this error:
    GaruesitApp.java:44: error: cannot access Garuesit public static void gjejMeTeMiret(Garuesit [] garues) ...
  2. Thread: translate grade

    by Rinor
    Replies
    3
    Views
    901

    translate grade

    this is my code:

    public String translateGrade(int score)
    { String grade = "F";
    if ( score >= 90 )
    { grade = "A"); }
    else { if ( score >= 80 )
    { grade = "B"; }
    ...
  3. Thread: RANDOM int

    by Rinor
    Replies
    2
    Views
    822

    RANDOM int

    How to multiply to random int numbes in java
  4. Replies
    4
    Views
    855

    Re: Rewrite multiplications code

    I don't now how to generate for random numbers
  5. Replies
    4
    Views
    855

    Rewrite multiplications code

    I write this code for two particulars numbers. Can someone help me to rewrite with random numbers.
    import javax.swing.*;
    import java.text.*;
    public class multiplication
    { public static void...
  6. Replies
    3
    Views
    990

    Re: Who can help me to write a java code

    I do not know how to start
  7. Replies
    3
    Views
    990

    Who can help me to write a java code

    revise the application so that it displays its output information
    in a graphics window that you designed first with a specification and then coded.
    For example, if you built the application that...
Results 1 to 7 of 7