You will write a single class named WordsXX- replace the XX's with your initials.
The program will have 2 overloaded methods named wordMaker. They will have to be declared as static. Both methods will not have a return type but they will print some text.
The first method wordMaker signature will not accept any parameters and when invoked will simply print out the line "lower case words".
The second overloaded wordMaker method will accept an integer and print "Words in UPPER CASE" . The method will print the phrase as many times as the parameter indicates with each new iteration printed on a new line.
Write a main method that prompts users to enter either the word
"lower" or "upper". (Make sure you allow for all varieties of
capitalization.)
If they enter "upper" then generate a random number from 3-9 and call wordMaker to print the upper case phrase that many times.
If they enter "lower" it will use the other version of the method.
can you guys do it right now please this is so urgent please do it Java
In: Computer Science
Q68 A branch of BNP-Paribas has an attractive credit programme. Customers meeting certain requirements can obtain a credit card called “BNP Wunder”. Local merchants in surrounding communities accept this card. The advantage is that with this card, goods can be purchased at a 2% discount and further, there is no annual cost for the card. Past data indicates that 35% of all card applicants are rejected because of unsatisfactory credit. Assuming that credit acceptance, or rejection, is a Bernoulli process, and samples of 15 applicants are made. [8 Marks]
(a) Develop a probability histogram for this situation.
(b) What is the probability that exactly three applicants will be rejected?
(c) What is the probability that at least three applicants will be rejected?
(d) What is the probability that more than three applicants will be rejected?
(e) What is the probability that exactly seven applicants will be rejected?
(f) What is the probability that at least seven applicants will be rejected?
(g) What is the probability that more than seven applicants will be rejected?
DO NOT WRITE THE ANSWERS - USE WORD FORMAT.
In: Statistics and Probability
In: Finance
Please show any calculations.
In: Statistics and Probability
In: Operations Management
You are the practice manager for Dermatology Associates of Linwood (DAL): a multi-physician dermatology practice. Recently, the physician partners have decided to invest in purchasing an existing dermatology practice in a neighboring city, which will be operated under the group's name. They have asked you to research the financial logistics of acquiring this new location. The practice is fully-staffed, however the (one) physician owner is retiring, leaving an opening for a new physician to be hired. In keeping with DAL's standard of care, several new expenses will be incurred with the acquisition, including: access to DAL's electronic medical record system, a Fraxel laser, and new furniture for the waiting room area.
Draft a proposal, addressing the following items in a Word document:
In: Accounting
Implement a dictionary application using C++ with the following features:
Load a dictionary file.
Given a prefix string that the user specifies, print the first word or all words in the dictionary with that string as their prefix.
Given two strings A and B that the user specifies, replace all occurrences of A in the dictionary file with B.
Spawning a new editor (e.g., vim) to allow the user to modify the dictionary file. Save the dictionary file afterwards.
You must use C++ to implement your dictionary application. All your source code must be put within one (1) file. You will only submit that one file.
Your program should not have any extra library dependencies.
All your source code must be put within one (1) file called dict.c or dict.cpp. You will then submit that one file to the submission system. No other files will be taken.
Your program should not have any extra library dependencies. Do not obfuscate the program.
In: Computer Science
A university has 7 departments namely, IT, Finance, HR, Management, Faculty, students and R&D. The university also has an ADSL internet connection which is shared for the different departments. It is required that all the departments should have intercommunication via LAN. Each of the department contain 50-200 users. As the case everywhere, the students and the staffs need to have access to Wi-Fi connectivity as well. The university campus contains 3 different buildings located nearby, having 2, 3 and 4 floors each. You are asked to design of a network infrastructure for a university, focusing on the following aspects. The network architecture model you will be choosing. The switching and routing requirement The IP Design schema for the department. Design with VLAN The security measures taken for both the wired and wireless network. The Wi-Fi design as required for the university. The final network infrastructure may be created in packet tracer or any familiar tools available. You may create the model in a word file too, by indicating all the information clearly.
In: Computer Science
A university has 7 departments namely, IT, Finance, HR, Management, Faculty, students and R&D. The university also has an ADSL internet connection which is shared for the different departments. It is required that all the departments should have intercommunication via LAN. Each of the department contain 50-200 users.
As the case everywhere, the students and the staffs need to have access to Wi-Fi connectivity as well. The university campus contains 3 different buildings located nearby, having 2, 3 and 4 floors each. You are asked to design of a network infrastructure for a university, focusing on the following aspects.
The network architecture model you will be choosing.
The switching and routing requirement
The IP Design schema for the department.
Design with VLAN
The security measures taken for both the wired and wireless network.
The Wi-Fi design as required for the university.
The final network infrastructure may be created in packet tracer or any familiar tools available. You may create the model in a word file too, by indicating all the information clearly.
In: Computer Science
In this lab we will test to see if there is evidence of a difference in the average age for at least 1 of 4 groups
of marital status (i.e., single, married, divorced, widowed). Use ?= 0.05.
|
ANOVA |
|||||
|
Age in Years |
|||||
|
Sum of Squares |
df |
Mean Square |
F |
Sig. |
|
|
Between Groups |
8993.608 |
3 |
2997.869 |
25.214 |
.000 |
|
Within Groups |
11414.182 |
96 |
118.898 |
||
|
Total |
20407.790 |
99 |
|||
To include in your submission:
ü Copy the ANOVA Table from the SPSS output to your Word document. Please make sure to adjust the
size of your tables so that they fit on the page.
ü Using the ANOVA table, answer the following for the one-way ANOVA:
a. Type the hypotheses.
b. Type in the test statistic found from the SPSS output.
c. Type in the p-value found from the SPSS output.
d. Type your decision regarding the null hypothesis.
e. Type in your conclusion using context and units from the problem
In: Statistics and Probability