Search:

Type: Posts; User: Blackhawk1993

Search: Search took 0.09 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. 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 4 of 4