A company exports laptops and runs the business in Punjab and is about to introduce a cell phone all across the Pakistan and YOU are given the opportunity to execute the launch. Previously, your company has the reputation to maintain the efficiency-responsiveness balance. · Propose your strategy. · Explain how would you use the six supply chain drivers to maintain the company reputation? · If you have to outsource any one function, which function would it be and why? Starter (optional): you can start with the assumption that the laptop market is less competitive as compared to smart phone market these days, the assumption can set the bases for your proposed strategy. For Punjab, you can utilize some of the current resources. Because of the different infrastructures of the provinces you may face different kind of challenges during your transportation decisions. Information cost may vary significantly. Facility costs are slightly lower in rural areas.
In: Economics
In: Electrical Engineering
In: Electrical Engineering
I have a code and it works and runs as it supposed too. What is the UML for it? Any help will be awesome. Thanks.
import java.util.Scanner;
public class StringToMorseCode {
public static void main(String[] args){
Scanner input = new Scanner(System.in);
char[] letters = { ' ', 'a', 'b', 'c', 'd', 'e', 'f', 'g', 'h',
'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u',
'v', 'w', 'x', 'y', 'z', '1', '2', '3', '4', '5', '6', '7', '8',
'9', '0' };
String[] morseLetters = { " ", " .- ", " -... ", " -.-. ", " -.. ",
" . ", " ..-. ", " --. ", " .... ", " .. ", " .--- ", " -.- ", "
.-.. ", " -- ", " -. ", " --- ", " .--. ", " --.- ", " .-. ", " ...
", " - ", " ..- ", " ...- ", " .-- ", " -..- ", " -.-- ", " --.. ",
" .---- ", " ..--- ", " ...-- ", " ....- ", " ..... ", " -.... ", "
--... ", " ---.. ", " ----. ", " ----- "};
String textToChange = "";
String newText = "";
System.out.println("Enter the text you want to change to Morse
code:");
textToChange = input.nextLine();
textToChange = textToChange.toLowerCase();
for (int i = 0; i < textToChange.length(); i++) {
for (short j = 0; j < 37; j++) {
if (textToChange.charAt(i) == letters[j]) {
newText += morseLetters[j];
newText += " ";
break;
}
}
}
System.out.println("Text in Morse Code:");
System.out.println(newText);
}
}
In: Computer Science
In: Physics
The program runs but the math is not correct ( output for amount )
#include <iostream>
using namespace std;
int main()
{
int hoursParked;
double total;
double Car = 2.50 ;
double Truck = 5.50;
double Bus = 19.00;
double rateC = 1.50;
double rateT = 3.75;
double rateB = 6.75;
char type;
cout << "Please Enter number of hours parked and the type of
car (Type: (C)ar or (T)ruck or (B)us): " << endl;
cin >> type >> hoursParked;
switch (type)
{
case 'C':
case 'c':
{
if (hoursParked <= 2.00)
total = 2 * 1.25;
else
total = (( hoursParked - 2.00 )* rateC)+ Car ;
}
case 'T':
case 't':
{
if (hoursParked <= 2.00)
total = Truck;
else
total = ((hoursParked - 2.00) * rateT) + Truck;
break;
}
case 'B':
case 'b':
{
if (hoursParked <= 2.00)
total = Bus;
else
total = ((hoursParked - 2.00)*rateB) + Bus;
break;
}
}
cout << "Vehicle type: ";
if(type == 'C')
cout << "Car" << endl;
else if(type == 'T')
cout << "Truck" << endl;
else
cout << "Bus" << endl;
cout << "Time:" << hoursParked << endl;
cout << "Amount Due:$" << total <<endl;
return 0;
}
In: Computer Science
Arrange the following in the order of increasing acidity. List the most acidic last.
CH3OH
CH3CO2H
CH3CH2CH2CH3
If given a table of acids and their pKas, how do you determine which acid is stronger, especially when the table does not have the compounds that are above listed on the table?
Here is a chart of the table given.
HCl pKa= -7. CH3CO2H pKa= 4.8. H2O pKa= 15.7. CH3CH2OH pKa= 16. CHCH pKa= 25. H2 pKa= 35. H2NH pKa= 38. CH2CH2 pKa= 44. CH3H pKa=50
In: Chemistry
What happens if a start-up runs out of cash? In that context, identify strategies that start-ups and small businesses can incorporate to manage cash flow effectively?
In: Finance
Suppose that someone claims that the average number of siblings per person is 2. Use our survey data to test this claim. Use the p-value method. Assume 0.05 for the level of significance. Construct an appropriate confidence interval to see if the two methods produce the same conclusion.
1) Write the claim mathematically and identify H0andHa
2) Determine whether the hypothesis test is a one-tailed or a two-tailed test and whether to use a z-test, a t-test or a chi-square test. Explain your reasoning.
3) Find the test statistic and the p-value
4) Decide whether to reject or fail to reject the null hypothesis.
5) Construct the appropriate confidence interval
6) Interpret the decision in the context of the original claim.
| 1 | 6 |
| 2 | 3 |
| 3 | 2 |
| 4 | 2 |
| 5 | 1 |
| 6 | 1 |
| 7 | 1 |
| 8 | 1 |
| 9 | 1 |
| 10 | 4 |
| 11 | 6 |
| 12 | 1 |
| 13 | 7 |
| 14 | 2 |
| 15 | 1 |
| 16 | 0 |
| 17 | 2 |
| 18 | 2 |
| 19 | 6 |
| 20 | 1 |
| 21 | 1 |
| 22 | 2 |
| 23 | 2 |
| 24 | 2 |
| 25 | 2 |
| 26 | 2 |
| 27 | 2 |
| 28 | 1 |
| 29 | 1 |
| 30 | 1 |
| 31 | 3 |
| 32 | 3 |
| 33 | 2 |
| 34 | 1 |
| 35 | 5 |
| 36 | 3 |
| 37 | 2 |
| 38 | 5 |
| 39 | 1 |
| 40 | 0 |
| 41 | 0 |
| 42 | 1 |
| 43 | 1 |
| 44 | 1 |
NEED ANSWER ASAP! THANK YOU
In: Statistics and Probability
Identify each statement as either true or false.
In the United States, banks keep the entire value of all customer deposits in the bank vault to meet customer withdrawals.
Banks typically loan out a portion of customer deposits.
Bank runs occur when many customers attempt to withdraw deposits from a bank at the same time and the bank is unable to pay all customer withdrawals.
The Federal Deposit Insurance Corporation (FDIC) protects bank depositors from bank failure.
The fractional reserve banking system requires all banks to keep the total value of customer deposits in their vaults to prevent bank runs.
In: Economics