Search:

Type: Posts; User: LeaAnn0223

Search: Search took 0.11 seconds.

  1. [SOLVED] Re: Advice on booleans and yes/no inputs that deliver specific outputs

    Thanks for your help...that has cleared it up for me....now to go do it, again and again and again AND again! lol
  2. [SOLVED] Re: Advice on booleans and yes/no inputs that deliver specific outputs

    you gave good examples....I'm just reaffirming that I must go back and refresh on how to set the boolean variable.

    this code is suppose to interact with the user. The code asks if the users is...
  3. [SOLVED] Re: Advice on booleans and yes/no inputs that deliver specific outputs

    Thank you for your response. So I've had a play around with it again and I'm wondering if you might be able to explain that in another way, please. And just for clarity sake, why are a & b poor...
  4. [SOLVED] Re: Advice on booleans and yes/no inputs that deliver specific outputs

    import java.util.Scanner;

    class Test{
    public static void main(String[] args) {

    boolean a = true;
    boolean b = false;

    Scanner myScanner = new...
  5. [SOLVED] Advice on booleans and yes/no inputs that deliver specific outputs

    First, let me start off by saying I'm a total noob. So this padawan is asking for patience.

    So, I'm working with a simple code that expands a bit on the "Hello World" code.

    What I WANT it to...
Results 1 to 5 of 5