Answer: my reaction would probably not be good
Explanation:
Answer: B.
Explanation: Contributions to individuals, foreign governments, foreign charities, and certain private foundations similarly are not deductible.
FOR:
- increased income for workers
- more workers attracted to the workforce
- less strain on federal resources for those in poverty
Against
- more costly for businesses
- possible unemployment due to job automation
- higher prices for consumers.
Here are some basic arguments. You will need to explain these a bit more for your assignment though.
The correct answer for the for loop is:
for (int i=1; i<200; i++){
if ((i%2)==0 && (i%3)==0){
cout << i << " ";
}
}
Python offers three options for running the loops. For iterating repeatedly through a sequence, use a for loop (that is either a list, a tuple, a dictionary, a set, or a string). This functions more like an iterator method seen in other object-oriented programming languages and is less like the for keyword found in other programming languages. The for loop allows us to run a series of instructions once for each element of a list, tuple, set, etc. There is no need to set an indexing variable before using the for loop.
Write a for loop that prints, in ascending order, all the positive integers less than 200 that are divisible by both 2 and 3, separated by spaces.
Learn more about loops here:
brainly.com/question/25955539
#SPJ4
Answer:
1. Debit Interest Expense $7,000; debit Notes Payable $7,238; credit Cash $14,238.
Explanation:
The journal entry is shown below:
Note payable A/c Dr $7,238
Interest expense A/c Dr $7,000
To Cash A/c $14,238
(Being the first payment on the note is recorded)
The computation of the interest expense is shown below:
= Borrowed amount × rate of interest
= $100,000 × 7%
= $7,000
And, the remaining balance left is reported in the note payable account