What happen if the file “output.dat” does not exist when you…

What happen if the file “output.dat” does not exist when you attempt to compile and run the code below?import java.io.*; public class Test { public static void main(String[] args) { try ( RandomAccessFile raf = new RandomAccessFile (“output.dat”, “r”); ) { int i = raf.readInt(); } catch (IOException ex) { System.out.println (“IOexception”); } }}

A nurse is caring for a hypertensive client who has a new pr…

A nurse is caring for a hypertensive client who has a new prescription for labetalol 0.25 mg/kg to be given now. The client weighs 130 lbs. How many mg should the nurse administer? (Round the answer to the nearest tenth. Use a leading zero if it applies. Do not use a trailing zero.)