1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
NikAS [45]
2 years ago
10

Write a for loop that prints in ascending order all the positive integers less than 200

Business
1 answer:
ExtremeBDS [4]2 years ago
5 0

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

You might be interested in
Easy Car Corp. is a grocery store located in the Southwest. It expects to pay an annual dividend of $6.30 next year to its share
emmainna [20.7K]

Answer:

Missing question <em>"1. What is the cost of debt for Easy Corp? 2. How many interest payments are left for the bond of Easy Corp? 3. What is the interest payment per period for the bond? 4. What is the discount rate per period to use in pricing the bonds? 5. What is the market value of equity for Easy? 6. What is the cost of equity for Easy?"</em>

<em />

1. Cost of debt is equal to YTM, which is equal to 10%

Cost of debt = YTM = 10%

2. Number of interest payment to be made is equal to 26 * 2 = 52

This is because payment is made semi annually

3. Interest payment per period = 8.9141% / 2 * $1,000

Interest payment per period = 4.45705% * $1,000

Interest payment per period = $44.57

4. As the period is semiannual, discount rate per period is equal to 10% / 2 = 5%

5. Market value of equity = 600,000*60 = $36,000,000

6. Cost of equity = Dividend price + Growth rate

Cost of equity = 6.3/60 + 0.05

Cost of equity = 0.105 + 0.05

Cost of equity = 0.155

Cost of equity = 15.5%

7 0
3 years ago
The balanced scorecard does not use financial or nonfinancial measures. incorporates financial and nonfinancial measures in an i
Evgen [1.6K]

Answer:

<em>The correct answer is:</em> incorporates financial and nonfinancial measures in an integrated system.

Explanation:

The balanced scorecard can be defined as an approach to measuring and managing an organization's performance.

Because it is a flexible method, it can be adapted to different companies and situations.

The method uses financial and non-financial measures in an integrated system so that managers can monitor and control by means of indicators whether the planning outlined for the company is actually being effective for the achievement of objectives and goals. In the balanced scorecad, the indicators are analyzed from 4 perspectives: <u>Financial, Customer, Internal Processes and Learning and Growth. </u>

This method assists in a more active management, aimed at a greater vision of business systems and the possibility of managing strategic actions so that the company remains competitive and innovative in the long run.

6 0
3 years ago
When higher prices result in a lower quantity demanded, economists call this relationship: a. the law of quantity. b. the demand
Zanzabum

Answer:

d. the law of demand

Explanation:

One of the foundations of current economy,  the inversely proportional relationship between prices and quantity demanded, that is, the higher the price the lower the demand, is known by economists as the law of demand.

This law is a key factor in the determination of prices of goods and services that we see each day and reflects the decrease in the marginal utility of each extra unit with an increase in price.

4 0
3 years ago
Select the correct answer from each drop-down menu. What is the basis for the calculation of interest payable by various financi
arlik [135]

Answer:

The interest payable is calculated based on the principal, interest rate, number of years of the loan or of the deposit.

Explanation:

Financial institutions is a company or a firm that deals with financial and monetary activities such as; loans, deposits, investments and currency exchange. Most financial transactions especially loans and savings usually have an interest rate that is set by the financial institution. The amount of interest can be paid by the borrower in a case where an individual takes a loan from the financial institution. Interest can also be paid by the financial institution in a case where the individual or group opens a savings account with the financial institution. In both cases, the interest rate is set by the financial institution. The amount of interest payable can be determined using the formula below;

A=PRT

where;

A=amount of interest payable

P=principle amount. The principal amount can either be the loan amount or the savings deposit amount

R=interest rate

T=number of years

The interest payable is calculated based on the principal, interest rate, number of years of the loan or of the deposit.

3 0
3 years ago
Which form of business ownership is the most complex and difficult to form, and why?
Finger [1]
Honestly I would say being an entrepreneur is the most complex and difficult to form, especially if you're trying to build from the ground up it can take a matter of 4-5 maybe more years, this isn't a "answer" ore of an "opinion." 

Hope this helped though! 
6 0
3 years ago
Other questions:
  • At December 31, Folgeys Coffee Company reports the following results for its calendar year. Cash sales $ 901,000 Credit sales 30
    9·1 answer
  • Research suggests that the most important determinant of new product success is:
    12·1 answer
  • prepare a financial report that compares what ashley and jason each owns and owes on september 30. make a list of any decisions
    6·1 answer
  • The Production Department of Hruska Corporation has submitted the following forecast of units to be produced by quarter for the
    13·1 answer
  • Acme Co. is considering a four-year project that will require an initial investment of $9,000. The base-case cash flows for this
    7·1 answer
  • A truck acquired at a cost of $80,000 has an estimated residual value of $8,000, has an estimated useful life of 200,000 miles,
    13·1 answer
  • Describe six factors that can affect participation in sport and active leisure.
    14·1 answer
  • A trading firm ABC, Inc. has been in continuous existence for the past 20 years. In the year 2004 it purchased 2000 baseball bat
    10·1 answer
  • 1. Suppose the Glucometer company is to sell the machine only to hospitals, and the company will maintain the Glucometer machine
    13·1 answer
  • The sum of the explicit and implicit costs incurred in the production process is called
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!