Search:

Type: Posts; User: paco

Search: Search took 0.09 seconds.

  1. Replies
    13
    Views
    2,724

    Re: BMI Calculator, (boolean problem)

    thanks for the comment jdv. I realize what you are saying and I am going to redo some of the code right now and perhaps I will use 2 methods for the metric and imperial calculation, will post soon,...
  2. Replies
    13
    Views
    2,724

    Re: BMI Calculator, (boolean problem)

    its OK i did not use your code anyways as some parts of it I did understand
  3. Replies
    13
    Views
    2,724

    Re: BMI Calculator, (boolean problem)

    I mean its not an error but just the exclamation mark comes up before I even run my code on the side
  4. Replies
    13
    Views
    2,724

    Re: BMI Calculator, (boolean problem)

    Hey, Im not sure what you mean by that given code, aBooleanVar. Also, when I change "==" to '=" I get an error "Cannot convert from int to boolean". Shouldn't it function using the assignment...
  5. Replies
    13
    Views
    2,724

    BMI Calculator, (boolean problem)

    Hello, I am making a BMI calculator that is pretty much complete but I am currently stuck on an issue with a boolean, here is my code :



    import java.util.Scanner;
    public class BMI
    {
    public...
Results 1 to 5 of 5