With President Obama's was in office he discussed providing health care for middle class families, and introducing some type of universal health care program, explain what ethical issues may arise if the plan is approved?
In: Nursing
(1 bookmark) Without software hardware cannot operate. explain how the following system software may be useful. Your answer must also include the elements which are included within the brackets. I. Operating system ( Type of OS and Type of Interface) II. Backup tool ( Type of Back-up and Back-up media) III. File handler (File operations).
In: Computer Science
In: Physics
What are the four main steps in doing a business strategy analysis using financial statements? Why, at each step, is analysis in a cross-border context more difficult than a single-country analysis?
In: Accounting
Journal entries and financial statement extracts
An office building sub-let to a subsidiary of Suria Berhad. At 1st January 2018, it had a fair value of RM1.5 million and had risen to RM1.65 million at 31st December 2018.
Q1/Fair value change journal entry and the financial statement extract
In: Accounting
I need program to calculate the number of seconds since
midnight.
For example, suppose the time is 1:02:05 AM.
Since there are 3600 seconds per hour and 60 seconds per
minutes,
it has been 3725 seconds since midnight (3600 * 1 + 2 * 60 + 5 =
3725).
The program asks the user to enter 4 pieces of information: hour,
minute, second, and AM/PM.
The program will calculate and display the number of seconds since
midnight.
Modify the program by adding error checking loops. Hour must be a
number from 1 to 12.
Minute and second must be numbers from 0 to 59. Also check whether
“AM” or “PM” is entered.
Every time an invalid value is entered,
display an error message and ask the user to re-enter a valid value
immediately.
[Hint: be very careful when the hour is 12].
The following is an example:
Enter hour: 0
Hour must be from 1 to 12.
Enter hour: 13
Hour must be from 1 to 12.
Enter hour: 12
Enter minute: -1
Minute must be from 0 to 59.
Enter minute: 60
Minute must be from 0 to 59.
Enter minute: 14
Enter second: -1
Second must be from 0 to 59.
Enter second: 60
Second must be from 0 to 59.
Enter second: 47
Enter AM or PM: FM
Please enter AM or PM
Enter AM or PM: PM
Seconds since midnight: 44087
In: Computer Science
Required
Prepare a vertical analysis of both the balance sheets and income statements for 2019 and 2018.
Prepare a vertical analysis of the balance sheets for 2019 and 2018. (Percentages may not add exactly due to rounding. Round your answers to 2 decimal places. (i.e., .2345 should be entered as 23.45).)
|
Prepare a vertical analysis of an income statements for 2019 and 2018. (Percentages may not add exactly due to rounding. Round your answers to 2 decimal places. (i.e., .2345 should be entered as 23.45).)
Round your answers to 2 decimal places. (i.e., .2345 should be entered as 23.45).)
|
In: Accounting
Carlsbad Corporation's sales are expected to increase from $5 million in 2019 to $6 million in 2020, or by 20%. Its assets totaled $4 million at the end of 2019. Carlsbad is at full capacity, so its assets must grow in proportion to projected sales. At the end of 2019, current liabilities are $1 million, consisting of $250,000 of accounts payable, $500,000 of notes payable, and $250,000 of accrued liabilities. Its profit margin is forecasted to be 3%.
choose one
In: Accounting
A vending machine serves chips, fruit, nuts, juice, water, and coffee. The machine owner wants a daily report indicating what items sold that day. Given boolean values (true or false) indicating whether or not at least one of each item was sold (in the order chips, fruit, nuts, juice, water, and coffee), output a list for the owner. If all three snacks were sold, output "All-snacks" instead of individual snacks. Likewise, output "All-drinks" if appropriate. For coding simplicity, output a space after every item, including the last item.
Ex: If the input is false false true true true false, output:
Nuts Juice Water
Ex: If the input is true true true false false true, output:
All-snacks Coffee
Ex: If the input is true true true true true true, output:
All-snacks All-drinks
Ex: If the input is false false false false false false, output:
No items
import java.util.Scanner;
public class LabProgram {
public static void main(String[] args) {
Scanner scnr = new Scanner(System.in);
boolean chipsSold; // Snack items
boolean fruitSold;
boolean nutsSold;
boolean juiceSold; // Drink items
boolean waterSold;
boolean coffeeSold;
chipsSold = scnr.nextBoolean();
fruitSold = scnr.nextBoolean();
nutsSold = scnr.nextBoolean();
juiceSold = scnr.nextBoolean();
waterSold = scnr.nextBoolean();
coffeeSold = scnr.nextBoolean();
/* Type your code here. */
}
}
In: Computer Science
Create an application that allows the user to enter the total for an order and the name of the customer. If the order is less than 500 dollars, the customer gets no discount. If the order is greater than or equal to 500 and less than 1000 dollars, the customer gets a 5 percent discount. If the order is greater than or equal to 1000 dollars, the customer gets a 10 percent discount. The application should display the name of the customer and the discounted total.
In: Computer Science
“Is torture of terrorists and their families morally permissible? Why or why not?”
In: Psychology
procedure of fabrication and erection of structural steel works in oil and gas field
In: Civil Engineering
A sample of 20 Automobiles was taken and the miles per gallon (MPG), horsepower (HP), and total weight were recorded. Develop a linear regression model to predict MPG…
MPG | Horsepower | Weight |
44 | 67 | 1844 |
44 | 50 | 1998 |
40 | 62 | 1752 |
37 | 69 | 1980 |
37 | 66 | 1797 |
34 | 63 | 2199 |
35 | 90 | 2404 |
32 | 99 | 2611 |
30 | 63 | 3236 |
28 | 91 | 2606 |
26 | 94 | 2580 |
26 | 88 | 2507 |
25 | 124 | 2922 |
22 | 97 | 2434 |
20 | 114 | 3248 |
21 | 102 | 2812 |
18 | 114 | 3382 |
18 | 142 | 3197 |
16 | 153 | 4380 |
16 | 139 | 4036 |
1)Using HP as the independent variable. What is the regression equation?
2) Is your model a good predicting equation? How do you know?
3) Using Total Weight as the independent variable, what is the regression equation?
4)Is this a good predicting model? How do you know?
5) Using MPG and Total weight as independent variables, what is the regression equation?
6) Is the model in part e a good predicting equation? How do you know?
7) Predict MPG using the model in part e with HP = 100 and weight = 3 thousand pounds.
In: Math
Animal Rights Law and Politics: What change did the Sierra Club case bring to standing law?
Case: Sierra Club v. Morton, 405 U.S. 727 (1972)
In: Operations Management
A certain brand of freezer is advertised to use 685 kW · h of energy per year. (a) Assuming the freezer operates for 4.5 hours each day, how much power does it require while operating? W (b) If the freezer keeps its interior at a temperature of −9.5°C in a 21.4°C room, what is its theoretical maximum performance coefficient? (c) What is the theoretical maximum amount of ice this freezer could make in an hour, starting with water at 21.4°C?
In: Physics