Answer:
1. d. Both a and c.
2. True.
Explanation:
Marsha and Shelby both are U.S. citizen. Marsha can claim Income credit once she is 25 years older up to 65 years of age. The individual below 25 years of age cannot claim income credit according to the tax law prevailing in U.S.
Answer:
True
Explanation:
statement of cash flows can be regarded as financial statement which gives analysis of how cash as well as cash equivalent is affected by any changes in balance sheet accounts.
The indirect method of statement of cash flows begins with loss or the net income as well as the substraction of values from non cash revenue which result in case flow as a result of operating activities.
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.
<span>Muckrakers were writers who mostly wrote about corruption in government and business. These American journalists were critics of many things. They earned their name from President Theodore Roosevelt who borrowed the term from John Bunyan's "Pilgrim's Progress" where a customer was so occupied in raking muck that he paid no attention to anything around him. These muckrakers drew attention from the public about problems in society and garnered strong support from the progressive movement.</span>