Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Business Management Expert

Write a java program in one file called Assg2.java to solve the following problem.The program should read two English words from the command line i.e. as command line arguments. It should then output to the console all possible ways those words can cross each other, and then terminate. A typical session might be as follows.

%java Cross lottery boat

 b
lottery
 a
 t

  b
  o
  a
lottery

   b
   o
   a
lottery

If the words to not cross at all then a message saying so should be printed instead. Note that if the main method has the signature public static void main(String[] arg)

then the two words on the command line above are in the array arg.

Arrays are not necessary to solve this problem, though you may solve it any way you please. Use the charAt andlength methods in the String class. (Use the table of String methods in the book as a reference for these.)

Your program should be in a file called Assg2.java, which you should submit electronically by using the "Submit Assignment" link to moodle on the class website.

Hint: do the following if you feel you need some guidance.

First write a static method with the following signature.

private static boolean crossesAt(String w1, int pos1, String w2, int pos2)

This should determine whether the character at position pos1 in w1 is the same as the character at position pos2in w2, i.e. can w1 and w2 be crossed at those positions. Test this carefully to be sure that it works.

Then write a static method that eventually will print out a cross as follows. Define a static method with the following signature.

private static void printCross(String w1, int pos1, String w2, int pos2)

This method will eventually print w1 horizontally and w2 vertically, crossing at position pos1 in w1 and pos2 in w2. Develop it incrementally as follows.

1. Write printCross so that it just prints out w2 vertically, one character at a time per line at the left margin of the console, and test this. Then modify it to indent each line by pos1 spaces, so that the vertical word w2 is printed in the correct position on the page to cross w1. Test this.

2. Modify printCross so that (mentally numbering printed lines from zero) when you print the line whose number is equal to pos2 you instead print w1, leaving the remaining lines printed as before. Test that this does indeed print a cross of two Strings in the positions supplied.

Now write a main program that tries all potential crossing positions, and uses the two static methods to print out all crossings. Decide what to do about no crossing positions once your have a working main program.

Business Management, Management Studies

  • Category:- Business Management
  • Reference No.:- M91518535
  • Price:- $30

Guranteed 24 Hours Delivery, In Price:- $30

Have any Question?


Related Questions in Business Management

Describe the difference between financial accounting and

Describe the difference between financial accounting and managerial accounting. Give examples of the uses of each one.

Display the manager of the employee with the oldest project

Display the manager of the employee with the oldest project start date (start_date). (This query requires 3 nested queries, start by finding the min start_date from project, then find the emp_id from project where start_ ...

How to navigate through the various leadership styles

How to navigate through the various leadership styles within an organization and adjust to the differences in leadership?

What are the minimum and maximum values in decimal if an

What are the minimum and maximum values (in decimal) if an 8-bit binary number is given unsigned and two's complement formats?

Northwestern memorial hospitalmany in the chicagoland

"Northwestern Memorial Hospital" Many in the Chicagoland region and around the nation would consider Northwestern Memorial Hospital (NMH), a 146-year-old institution, to be among the very best teaching hospitals. It has ...

Explain the formation of friendship groups such as those

Explain the formation of friendship groups, such as those seen in dorms among first year college students, in terms of these principles: proximity, elaboration, similarity, complementarity, and reciprocity

A contractors records during the least five weeks indicate

A contractor's records during the least five weeks indicate the number of job requests: Week          1      2     3     4    5 Request     22   26   15   23    21 Predict the number of requests for week 4, week 5, week ...

Assume that your business firm is a price taker and that

Assume that your business firm is a price taker and that the company sells widgets at $10 apiece. Your firm is maximizing profits. One of your engineers discovers the presence of a substitute input that enables you to cu ...

You are a contracts administrator for a contractor one of

You are a Contracts Administrator for a Contractor. One of your engineering managers found an inconsistency in the specification on a FFP solicitation (i.e., pre-award). He said the worst case could be a $3M loss for def ...

Explain the equity theory adams why would an administrative

Explain the Equity theory (Adams). Why would an administrative worker be better motivated by the Equity theory?

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As