WHY STUDENT PREFER US?  
4.9/5

5 Star Rating

93940

Orders Deliver

3949

PhD Experts

24x7

Support

100%

Privacy

100%

Top Quality

Sample Details

Programming Fundamentals of Java

Number Of View : 27

Download : 0

Pages: 3

Words : 591

Question :

 

Write a basic program that will diagnose the symptoms a user is experiencing as possibly covid or not. It would write the answers and/or symptoms experienced by the user to a file with a recommendation to go see a doctor to be tested for covid or for the treatment the flu or some other illness. Again though, this should be a beginner-level JAVA program.

 

Answer :

 

public  class COVIDSymptomQuestionnaire 1          

public  static void main(String args[]) {                   int yesCount = 0; // Counter for number of YES responses            

        float temperature = OF; // variable and data type for temperature          

        String travelLocation = ""; // variable and data type regarding travel          

                   

        System.out.print("What is your name?"); // asks user to input their name            

        String name = System.conso/e().readLine(); //reads user input from console          

                   

        System.out.print("What is your age?:    "); // asks user their age          

        int age = Integer.parse/nt(System.conso/e().readLine()); //reads user inpu  t from console      

                   

        System.out.print("Do you have a fever? Y/N: "); // asks user if they are r  unning a fever      

        String haveFever = System.conso/e().readLine(); //reads user input from co  nsole      

        if  (haveFever.equals("y")  11  haveFever.equals("Y")){        

        yesCount++; // adds a number to the Yes counter if answer is Yes            

        System.out.print("What was the temperature taken when last checked?:    "); // asks user to input temperature      

        temperature= Float.parseF/oat(System.conso/e().readLine()); //reads user    input from console      

                   

                   

        System.out.print("Do you have a cough? Y/N: "); // asks if user has a coug  h      

        String haveCough = System.conso/e().readLine(); //reads user input fro  m console      

        if  (haveCough.equals("y")  II  haveCough.equals("Y"))  1          

        yesCount++; // adds a number to the Yes counter if answer is Yes            

                   

                   

        System.out.print("Are you experiencing a shortness of breath or having dif  ficulty breathing? Y/N: "); // asks if  user    has any problems

        String breathingProblem = System.conso/e().readLine();  //reads user in put from console        

        if  (breathingProblem.equals("y")   II breathingProblem.equals("Y"))    {          

        yesCount++; // adds a number to the Yes counter answer is Yes          

                   

                   

        System.out.print("Are you experiencing muscle pain or body aches? Y/N:  "); // asks the user if they have any body  aches   or pain

 

        String musclePain= System.conso/e().readLine(); //reads user input fro  m console

 

Place Order For A Top Grade Assignment Now

We have some amazing discount offers running for the students

Order Now

Get Help Instantly

    FREE FEATURES

    Limitless Amendments

    $09.50 free

    Bibliography

    $10.50 free

    Outline

    $05.00 free

    Title page

    $07.50 free

    Formatting

    $07.50 free

    Plagiarism Report

    $10.00 free

    Get all these features for $50.00

    free

    Let's Talk

    Enter your email, and we shall get back to you in an hour.