Search:

Type: Posts; User: Blackhawk1993

Search: Search took 0.25 seconds.

  1. Re: My code have a simple error but i dont know how to solve it !!!

    im not sure, it just shoed that error and that i should put ; at the end of each command
  2. Re: My code have a simple error but i dont know how to solve it !!!

    Im using BlueJ.... i think its kinda different
  3. Re: My code have a simple error but i dont know how to solve it !!!

    void apply () {
    if (d = 0)
    public double xvalue;
    x = -b + Math.pow (d;1/2)/2*a;
    return x;

    The error says : " illegal start of expression " in public double x value
  4. Replies
    4
    Views
    898

    Re: Hello From Brasil

    i just hope i can learn JAVA, also, can u check my post later? Im really anxious to find the fix to the error of my code....
  5. Replies
    4
    Views
    898

    Hello From Brasil

    Hello, im from Brasil, and im 17 ( 17/05/1993) ... idk what else to say , ohh, im studying computer science and im in first year of it...

    Im using Blue J and J grasp for start so... i hope you...
  6. My code have a simple error but i dont know how to solve it !!!

    ImageShack® - Online Photo and Video Hosting

    Imageshack - erronobluej.jpg

    ==========================//====================

    public class Bhaskara {
    int a;
    int b;
    int c;
Results 1 to 6 of 6