A 45-year-old man presents to the clinic with fatigue, anore…

A 45-year-old man presents to the clinic with fatigue, anorexia, and right upper quadrant discomfort. He denies alcohol use, recent travel, or high-risk sexual behavior. He has no known drug allergies and takes no prescription medications. His laboratory tests reveal the following: AST: 225 U/L ALT: 310 U/L Total bilirubin: 2.1 mg/dL HBsAg: positive Anti-HBc IgM: positive Anti-HBs: negative Anti-HCV: negative Anti-HAV IgM: negative Based on this clinical and laboratory picture, which of the following is the most appropriate interpretation and next step in management?

Programming.  In any programming language of your choice, di…

Programming.  In any programming language of your choice, display the multiplication table from 1 x number to 10 x number.  Your final result should look like this:    :   1   2   3   4   5   6   7   8   9  10 ————————————————-   1:   1   2   3   4   5   6   7   8   9  10   2:   2   4   6   8  10  12  14  16  18  20   3:   3   6   9  12  15  18  21  24  27  30   4:   4   8  12  16  20  24  28  32  36  40   5:   5  10  15  20  25  30  35  40  45  50   6:   6  12  18  24  30  36  42  48  54  60   7:   7  14  21  28  35  42  49  56  63  70   8:   8  16  24  32  40  48  56  64  72  80   9:   9  18  27  36  45  54  63  72  81  90  10:  10  20  30  40  50  60  70  80  90 100

Database. Write out the tables required to implement the bel…

Database. Write out the tables required to implement the below in a relational database.  Use the format: Tablename .  Make sure to underline your primary keys. A receipt has a unique serial number and date.  Our inventory list has SKU numbers, item names, and suggested retail price.  Items on the receipt have prices sold at (which can be different across receipts), quantities, and totals which are the price sold at times quantity.  The customer is always on a receipt.  We have the customer number, name and address.  The customer is uniquely identified by the customer number.