Christine, Inc. is considering a capital budgeting project i…

Christine, Inc. is considering a capital budgeting project in Morocco that requires an initial outlay of 3,950,000 Moroccan dirham. The dirham is currently valued at $0.46 and is expected to remain unchanged for the next two years. In the first and second years of operation, the project will generate 3,600,000 dirham in each year. After two years, Christine will terminate the project and the expected salvage value is 6,100,000 dirham. Christine has assigned a discount rate of 19.8%.There is currently no withholding tax on remittances to the U.S., but there is a 31% chance that the Moroccan government will impose a withholding tax of 19% beginning next year.There is a 64.5% chance that the Moroccan government will pay Christine 4,720,000 dirham after two years instead of the 6,100,000 dirham that it expects.Find the NPV of this project if the Moroccan government imposes a withholding tax of 19%, but pays the 6,100,000 dirham salvage value.

Assume that we have defined a class called House that has at…

Assume that we have defined a class called House that has attributes of owner’s name, address, number of bedrooms, and number of baths.  The attribute names in the class definition are name, address, numBRs and numBAs.  numBRs and numBAs are integers.  The other attributes are strings (characters).  What code will create a House object with owner name “Mary Smith”, address “6 Stable Way”, numBRs is 4, and numBAs is 2.  The object will be assgined the variable name h1.