Answer:
The registered representative should accept the client's sell order, but must mark the order ticket as a long term. The representative can accept the order because it is reasonable that the client will be able to deliver the shares by the time of the settlement. If the representative marked the order ticket as a short sale, it is probable that the client will not be able to deliver the shares on time.
Explanation:
Answer:
// Program is implemented using Coral Programming Language
int X
int Y
int Sum
Put "Enter any two numbers" to output
x = Get next input
Y = Get next input
if Y < X
Put "Second integer can't be less than the first" to output
else
for Sum = X; Sum <= Y; Sum = Sum + 10
Put Sum to output
Explanation:
The above program is written using Coral Programming Language
The first line is a comment
The next 3 lines declares 3 integer variables
Which are X, Y and Sum
X and Y represent the two input numbers as seen on line 6 and 7
X, being the first and Y being the second
Line 8 tests the larger of the two numbers
If Y is less than X, the output is "Second integer can't be less than the first" without the quotes
Else
The last two lines perform iterative operations that assigns the addition of 10 and X to Sum
It continues printing sum as long as sum is less than the value of Y.
Answer:
A : balance sheet only
Explanation:
In the given question, the truck was purchased on credit and the truck is a fixed asset that comes under the balance sheet only because in the income statement, the expenses and revenues are recorded whereas retained earnings records profit which is left to the company.
So, it affects the balance sheet only. As balance sheet records all types of assets and all types of liabilities plus shareholder equity.
Answer:
BE Scoping strategy CC Horizontal scope D.A)Horizontal installation.