Search:

Type: Posts; User: George Mawire

Search: Search took 0.09 seconds.

  1. Replies
    4
    Views
    1,058

    Re: NEED HELP FOR MY CODE BELOW

    okay thanks
  2. Replies
    4
    Views
    1,058

    Re: NEED HELP FOR MY CODE BELOW

    thanks very much.It has finally compiled.Have you ever used BlueJ before.How do I run my prog using bluej?
  3. Replies
    4
    Views
    1,058

    NEED HELP FOR MY CODE BELOW

    public class MinimumMumber{
    public static void main(string[]args){
    byte a =20;
    byte b =10;
    byte c =min(a,b);
    system.out.printIn("The minimum between "+a+"and"+b+"is"+c);;
    }
    public static byte...
Results 1 to 3 of 3