Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

Lv 31,078 points

Victory in Jesus

Favorite Answers30%
Answers139
  • Java Computer Programing Troubles I'm not finished with my program, but it keeps showing up as an error with my if statements?

    Algorithm

    Ask user tube type

    Ask the user child's age in days

    Ask the user length of child in cm

    If child is less than 608 days old, ask if child was premature

    If child was premature, ask how many days premature

    If child born premature, subtract child's age from premature days

    import javax.swing.JOptionPane;

    public class feedingtube

    {

    public static void main(String[] args)

    {

    double childsAge,

    childsLenght,

    prematureDays,

    Y;

    String TubeTypeString =

    JOptionPane.showInputDialog ("What type of tube would you like (oral or nasal)?");

    String ChildsAgeString =

    JOptionPane.showInputDialog ("What is the child's age in days?");

    String ChildsLenghtString =

    JOptionPane.showInputDialog ("Please enter the length of the child in centimeters");

    childsAge = Integer.parseInt (ChildsAgeString);

    childsLenght = Integer.parseInt (ChildsLenghtString);

    If (childsAge < 608){

    String PrematureBabyString =

    JOptionPane.showInputDialog ("Was the child born premature or before 40 weeks after conception? (Y or N)");

    If (PrematureBabyString = Y) {

    String PrematureDaysString =

    JOptionPane.showInputDialog ("How many days premature was the child born?");

    prematureDays = Integer.parseInt (PrematureDaysString);

    childsAge = childsAge - prematureDays;

    }

    }

    }

    }

    3 AnswersProgramming & Design7 years ago
  • I need a good story joke.?

    I am auditioning for Mock trial, and I need a good joke. Does anybody know any?

    4 AnswersJokes & Riddles1 decade ago
  • I have a windows computer. I there some thing like imovie I can have.?

    I have a Windows HP computer. I would like to edit some videos. Is there another program that is similar or as good as imovie I can download?

    1 AnswerSoftware1 decade ago
  • I can't download itunes. Why?

    I have a HP Windows computer, and every time I try to download itunes, I get a pop up saying Service Bonjour Service (Bonjour Service) could not be stopped. Verify that you have suffcient privileges to stop system service. Why?

    1 AnswerAdd-ons1 decade ago
  • What is your favorite Bible translation?

    Which translations of the Bible do you believe is most accurate? Which translation is most easily understood by this generation? What is your favorite Bible translation?

    15 AnswersReligion & Spirituality1 decade ago