public class QuotationItem { private String code; private int… Image transcription textWrite a program to read quotation detail from a ?le

public class QuotationItem { private String code; private int… Image transcription textWrite a program to read quotation detail from a ?le, allowuser to make changes and save the updated quotationto another ?le. A quotation includes multipl… Show more… Show morepublic class QuotationItem { private String code; private int quantity; private double price; private double discount;  public QuotationItem(String code, int quantity, double price, double discount){  this.code = code;  this.quantity = quantity;  this.price = price;  this.discount = discount; }  public String getCode() {  return code; }  public void setCode(String code) {  this.code = code; }  public int getQuantity() {  return quantity; }  public void setQuantity(int quantity) {  this.quantity = quantity; }  public double getPrice() {  return price; }  public void setPrice(double price) {  this.price = price; }  public double getDiscount() {  return discount; }  public void setDiscount(double discount) {  this.discount = discount; }  public double getTotal() {  if(discount == 0) {   return getQuantity()*getPrice(); } else {  return getQuantity()*getPrice()*getDiscount(); }     }  public String toString() {   return String.format(“Code: %s, Quantity: %d, Price: $%.2f, Discount: %.2f”,                getCode(),                getQuantity(),                getPrice(),                getDiscount()                ); }} import java.io.*;import java.util.Scanner;import java.util.ArrayList;import java.util.List;public class Lab5 {   public static void main(String[] args){       List items = new ArrayList<>();    try {     FileReader input = new FileReader(“input.txt”);        // Reads characters        input.read();        System.out.println(“Unedited Data: “);        System.out.println(items);        // Closes the reader        input.close();      }      catch(Exception e) {        e.getStackTrace();      }              do {   System.out.println(“Menu”);   System.out.println(“1. Adjust price and discount “);   System.out.println(“2. Show all items “);   System.out.println(“3. Save and quit”);   Scanner sc = new Scanner(System.in);     int choice = sc.nextInt();   String ch;   int flag; switch(choice) {   case 1:      System.out.println(“Enter the product code “);             String code = sc.next();             System.out.println(“Enter the price “);             double price = sc.nextDouble();             System.out.println(“Enter the discount “);             double discount = sc.nextDouble();                          FileInputStream fis = new FileInputStream(“input.txt”);             Scanner scan = new Scanner(fis);             while (sc.hasNext()) {              String line = sc.nextLine();              String []ar = line.split(“,”);                            if(ar[0].equals(code)) {               flag = 1;                              QuotationItem qi = new QuotationItem((ar[0]),Integer.parseInt(ar[1]),price,discount);               double Total = qi.getTotal();               String supdate = ar[0] + “,” + ar[1] + “,” + price + “,” + discount + “,” + Total;               FileWriter output;               output = new FileWriter(“edit.txt”,true);               output.append(supdate);               output.flush();               output.close();               System.out.println(qi);              }             }             if (flag == 0)              System.out.println(“Code not foundn”);             break;                 case 2:    Scanner scanner = null;         try {             File file = new File(“input.txt”); // java.io.File             sc = new Scanner(file);     // java.util.Scanner             String line;             while (sc.hasNextLine()) {               line = sc.nextLine();               // process the line             }           }           catch(FileNotFoundException e)           {               e.printStackTrace();           }           finally {             if (sc != null) sc.close();           }                  case 3:    System.exit(0);      default:          System.out.println(“Invalid Optionn”);   }   System.out.println(“Repeat menu options(yes/no)n”);  ch = sc.next();  }while(ch.equalsIgnoreCase(“yes”));      }}       This is my current code idk how to debug it to get the results. Please help                                                                                                                                                                                                                                                                                                                Computer Science Engineering & Technology Java Programming CSIT 111 Share QuestionEmailCopy link

Documentation of problem based assessment of the neurological…

Question Answered step-by-step Documentation of problem based assessment of the neurological… Documentation of problem based assessment of the neurological system. Purpose of Assignment: Learning the required components of documenting a problem based subjective and objective assessment of neurological system. Identify abnormal findings. Course Competency:Apply assessment techniques for the neurological and respiratory systems. Instructions: Content: Use of three sections: SubjectiveObjectiveActual or potential risk factors for the client based on the assessment findings with description or reason for selection of them. Health Science Science Nursing NUR 2180 Share QuestionEmailCopy link Comments (0)

1. Sonnet 18 “Shall I compare thee to a summer’s day?” — Why would…

Question Answered step-by-step 1. Sonnet 18 “Shall I compare thee to a summer’s day?” — Why would… 1. Sonnet 18 “Shall I compare thee to a summer’s day?” — Why would a poet use a summer’s day a s a comparison to the beauty of a beloved? How would it work?2. Sonnet 18 “Shall I compare thee to a summer’s day?” — Why, upon close examination, a summer’s day proves NOT to be a good comparison? (The central paradox)3. Sonnet 18 “Shall I compare thee to a summer’s day?” — What makes the beauty of the beloved ETERNAL, UNCHANGING, and PERFECT? 4. Sonnet 130 “My mistress’ eyes are nothing like the sun” — If you take the poem at face value, what is the beloved like?5. Sonnet 130 “My mistress’ eyes are nothing like the sun” — If you look deeper, you realize that she may not be blond, etc., but she is desirable in her own way. Her looks are not the problem, but what is? What is the false compare?  Just trying to get something to base off of.  Thank you. Arts & Humanities English English Literature WRT 201 Share QuestionEmailCopy link Comments (0)

Question Answered step-by-step Image transcription textInstructions: Review 4 medications. Complete each area on the drug cards below for each of the medications.Drug Name Therapeutic/ Pharmacologic |Indication/ Use Adverse/ Side Effects Nursing Class ConsiderationsDigoxin Furosemide Indomethacin Epinephrine Lidocaine… Show more Health Science Science Nursing NUR 204 Share QuestionEmailCopy link Comments (0)

Question Answered step-by-step Image transcription textInstructions: Review 4 medications. Complete each area on the drug cards below for each of the medications.Drug Name Therapeutic/ Pharmacologic |Indication/ Use Adverse/ Side Effects Nursing Class ConsiderationsDigoxin Furosemide Indomethacin Epinephrine Lidocaine… Show more Health Science Science Nursing NUR 204 Share QuestionEmailCopy link Comments (0)

What is the difference between absolute and relative strength?…

Question What is the difference between absolute and relative strength?… Image transcription textWhat is the difference between absolute and relative strength? Absolute- requires a high mass to move aheavy weight o Different type of training. . hypertrophy Relative- requires highest strength to mass ratio 0Strength training keeping the same weight… Show more Science Biology Share QuestionEmailCopy link This question was created from Midterm Examination Review.docx Comments (0)

Assess the moral solutions arrived atClinical manifestations for imbalanced nutrition (subjective and objective) 2. Clinical manifestations for imbalanced nutrition (subjective and objective) 2. Pathophysiology for imbalanced nutrition 3. Diagnostic and lab data for imbalanced nutrition (possible lab results, possible possible radiology results, other possible test results) 4. Risk factors for imbalanced nutrition (things that cause risk of the disease to increase or types of persons most at risk for the disease) 5. Pharmaceutical medal treatments imbalanced nutrition (list of possible drug treatments) 6. Non-pharmaceutical medical treatments for imbalanced nutrition (list of possible non drug treatments or surgical treatments) 7. Nursing intervention/planning for imbalanced nutrition (desired goals and outcomes for the patient) 8. Patient education for imbalanced nutrition (possible education the nurse could give to the patient) 9. Implementation for imbalanced nutrition (list statement of nursing actions to be performed) 10. Outcome evaluation for imbalanced nutrition (evaluation patient improved (or not) outcomes or goals based on nursing interventions) 11. Possible nursing diagnosis imbalanced nutrition(must, provide, three) 12. Medical Review your nursing situation from Module One. Specifically identify the ONE  Caring  concept using Mayeroff’s Caring Ingredients or Roach’s 6 Caring Attributes (6C’s) or other concepts of caring identified by theorists studied in this course. Examples: Hope, Trust, Authentic Presence, Caring Moment, Competence, Compassion, Conscience, Humility, Honesty, Knowing etc. 

Question QUESTION 1.Assess the moral solutions arrived atClinical manifestations for imbalanced nutrition (subjective and objective) 2. Clinical manifestations for imbalanced nutrition (subjective and objective) 2. Pathophysiology for imbalanced nutrition 3. Diagnostic and lab data for imbalanced nutrition (possible lab results, possible possible radiology results, other possible test results) 4. Risk factors for imbalanced nutrition (things that cause risk of the disease to increase or types of persons most at risk for the disease) 5. Pharmaceutical medal treatments imbalanced nutrition (list of possible drug treatments) 6. Non-pharmaceutical medical treatments for imbalanced nutrition (list of possible non drug treatments or surgical treatments) 7. Nursing intervention/planning for imbalanced nutrition (desired goals and outcomes for the patient) 8. Patient education for imbalanced nutrition (possible education the nurse could give to the patient) 9. Implementation for imbalanced nutrition (list statement of nursing actions to be performed) 10. Outcome evaluation for imbalanced nutrition (evaluation patient improved (or not) outcomes or goals based on nursing interventions) 11. Possible nursing diagnosis imbalanced nutrition(must, provide, three) 12. Medical Review your nursing situation from Module One. Specifically identify the ONE  Caring  concept using Mayeroff’s Caring Ingredients or Roach’s 6 Caring Attributes (6C’s) or other concepts of caring identified by theorists studied in this course. Examples: Hope, Trust, Authentic Presence, Caring Moment, Competence, Compassion, Conscience, Humility, Honesty, Knowing etc. Identify the call for nursing and response for nursing. Discuss how a particular way of knowing or multiple ways of knowing guided your practice, such as empirical, personal, ethical, aesthetic, spiritual, socio-political, or unknowing.Use your nursing situation from this course. Nursing occurs in nursing situations: co-created lived experiences in which the caring between nurses and persons enhance well-being (FAU-CON Philosophy, 2012).2. The Theoretical Perspective:Select a caring theory studied this term (Watson, Boykin & Schoenhofer, Locsin, Ray, Parker & Barry, Swanson, Leininger, Marlaine Smith, or Duffy) and describe how it guided your nursing. Describe the essential concepts of the theory and explain how these concepts are present in your nursing situation. Essential concepts include the elements of the metaparadigm: How did this theorist/theorists describe person, nursing, caring, and health. Many times these concepts are not spelled out, you may have to interpret them from the theorist’s work. Describe other concepts of the theory as well.Use primary sources (literature written by the theorist) to describe this theory as well as related sources written by others that explicate, extend, or affirm the specific theoretical perspective. Use a minimum of 3-4 primary (written by the theorist) and secondary references.The focus of this paper is more on how the theory guided your practice versus describing the theory. For example if you used Watson’s theory you don’t describe all ten caritas processes you identify the ones in your nursing situation and how you used them.3. The Essence of Caring in the NursingA. Identify and describe the central One-Word Caring Concept (the essence of caring) that was expressed in your selected nursing situation from Module 1.1. Describe the identified caring concept by drawing upon sources from the literature and describe how the identified Caring Concept reflects the theoretical perspective used in your paper. While there is no magic number of reference sources needed to properly explicate the caring concept you have selected from your Nursing Situation, a minimum of 3-4 sources is adequate to achieve the task effectively.  For example if you chose Watson’s theory and your concept was Love then define how other nursing theorists define the same concept.4. Personal RelevanceA. Write a concluding paragraph addressing the relevance of practicing nursing from a theoretical perspective of caring and describing your personal understanding of caring as foundational to advanced nursing knowledge; be direct and specific and use the first person, “I” .1. How will you integrate this new understanding into your practice of nursing, your life at home, and in your community? This is all about you so no references or direct quotes should be included in this paragraph).diagnosis/disease problem of imbalanced nutritionPathophysiology for imbalanced nutrition 3. Diagnostic and lab data for imbalanced nutrition (possible lab results, possible possible radiology Clinical manifestations for imbalanced nutrition (subjective and objective) 2. Pathophysiology for imbalanced nutrition 3. Diagnostic and lab data for imbalanced nutrition (possible lab results, possible possible radiology results, other possible test results) 4. Risk factors for imbalanced nutrition (things that cause risk of the disease to increase or types of persons most at risk for the disease) 5. Pharmaceutical medal treatments imbalanced nutrition (list of possible drug treatments) 6. Non-pharmaceutical medical treatments for imbalanced nutrition (list of possible non drug treatments or surgical treatments) 7. Nursing intervention/planning for imbalanced nutrition (desired goals and outcomes for the patient) 8. Patient education for imbalanced nutrition (possible education the nurse could give to the patient) 9. Implementation for imbalanced nutrition (list statement of nursing actions to be performed) 10. Outcome evaluation for imbalanced nutrition (evaluation patient improved (or not) outcomes or goals based on nursing interventions) 11. Possible nursing diagnosis imbalanced nutrition(must, provide, three) 12. Medical diagnosis/disease problem of imbalanced nutritionresults, other possible test results) 4. Risk factors for imbalanced nutrition (things that cause risk of the disease to increase or types of persons most at risk for the disease) 5. Pharmaceutical medal treatments imbalanced nutrition (list of possible drug treatments) 6. Non-pharmaceutical medical treatments for imbalanced nutrition (list of possible non drug treatments or surgical treatments) 7. Nursing intervention/planning for imbalanced nutrition (desired goals and outcomes for the patient) 8. Patient education for imbalanced nutrition (possible education the nurse could give to the patient) 9. Implementation for imbalanced nutrition (list statement of nursing actions to be performed) 10. Outcome evaluation for imbalanced nutrition (evaluation patient improved (or not) outcomes or goals based on nursing interventions) 11. Possible nursing diagnosis imbalanced nutrition(must, provide, three) 12. Medical diagnosis/disease problem of imbalanced nutrition through “care” (care-based ethics) and “rights” ethics to social issues of ethical import such as poverty, drug use, and/or lack of health care, Determine the anesthesia codes, physical status modifiers, qualifying circumstances and any other necessary modifiers, if applicable for the following case: A normal, healthy patient has general anesthesia administration for extensive debridement of the shoulder joint by arthroscopy. An anesthesiologist provides team care anesthesia with medical direction of two CRNAs. The anesthesiologist performs a brachial plexus injection for postoperative pain control.  That is, note any ethical problems that arise related to those particular issues. Then, say how both care-based and rights theory of ethics would solve those problems.Are those solutions correct? Why or why not?• Increasing knowledge of VCT and STI treatment options, as well as their use?• Outreach activities for hard-to-reach groups are being implemented.?• Promoting VCT services in the community?• Changing sexuality’s traditions, social norms, and beliefs to encourage less-risky conduct?• Promotion of more comprehensive gender-equality initiatives?• Establish a clear policy framework for dealing with concerns in high-risk populations [sex workers, drug addicts, etc.] that includes legalization and/or licensing possibilities.?• Women’s exploitation and assault are prohibited under strict legislation.?• Individual interventions should be developed using evidence-based principles.?• Poverty reduction, socioeconomic development, and gender equality laws and policies?  Health Science Science Nursing Share QuestionEmailCopy link Comments (0)

Johanna has been admitted to the ICU. She has an order to receive…

Question Answered step-by-step Johanna has been admitted to the ICU. She has an order to receive… Johanna has been admitted to the ICU. She has an order to receive DOBUTAMINE 18mcg/kg IV push STAT. If she weighs 175/bs, how much Dobutamine should Johanna receive? List answer in mg. Round to the nearest tenth. Health Science Science Nursing Share QuestionEmailCopy link Comments (0)

For a given liquid sample calculate the density with the following…

Question Answered step-by-step For a given liquid sample calculate the density with the following… For a given liquid sample calculate the density with the following data: 10.0 mL and 9.594 g Science Chemistry CHM 116 Share QuestionEmailCopy link Comments (0)

4.) Which statement concerning production of offspring is correct?…

Question 4.) Which statement concerning production of offspring is correct?… Image transcription text4.) Which statement concerning production of offspring is correct? (1) Production of offspring is necessary fora species to survive… Show more Business Economics Share QuestionEmailCopy link This question was created from ANSWERS_to_Practice_Evolution_Regents_Questions. (1).pdf Comments (0)

10) 16) I appreciate your help Thank you

Question Answered step-by-step 10) 16) I appreciate your help Thank you 10)Image transcription textDifferentiable Function. If adifferentiable function f(x) satisfiesF(-2) = f(2) then there exis… Show more… Show more16)Image transcription textImplicit Differentiation. The demandequation fora certain bland of two—wayheadphones is 3×2+10xy … Show more… Show moreI appreciate your help Thank you Math Calculus MATH 1P97 Share QuestionEmailCopy link Comments (0)