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
melisa1 [442]
3 years ago
5

Output range with increment of 10 5.15.1: Output range with increment of 10 Write a program whose input is two integers, and who

se output is the first integer and subsequent increments of 10 as long as value is less than or equal to the second integer Ex: If the input is-15 30, the output is -15-5 5 15 25 Ex: If the second integer is less than the first as in 20 5, the output is Second integer can't be less than the first. For co city, output a space after every integer, including the last ER IN CORAL LANGUAGE PLEASE 1 NEED 2 1/ Your solution goes here Not
Business
1 answer:
kvasek [131]3 years ago
8 0

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.

You might be interested in
Who invented assembly line production?
nikklg [1K]
The assembly line was invented in 1901 by Ransom E. Olds. This enabled a much larger production of automobiles.
4 0
4 years ago
Suppose that a worker in Agland can produce either 10 units of organic grain or 2 units of incense per year, and a worker in Zen
dybincka [34]

Answer:

D) or E) (are this the same?) 50 units of grain and 130 units of incense

Explanation:

Agland has an advantage producing Organic grain, and Zealand producing Incense, So:

If Agland specialices in producing organic grain it would produce with 20 workers 200 units of grain a year.

If Zealand specialices in producing Incense, it would produce with 10 workers 150 units of incense a year.

This gives a Total combined output of 200 units of grain and 150 unit of incense a year.

Given that the total current output of the two countries is 150 units of grain and 20 units of incense it would increase in 50 units of grain and 130 units of incense.

8 0
3 years ago
In the Solow model, in the absence of any shock, the capital stock remains at some level forever. This rest point is called the
photoshop1234 [79]

Answer:

Steady state

Explanation:

This rest point is called the steady state. At this state investment is equal to depreciation. In solow growth model, an economy in steady state is of a stable size or fluctuates just a little.

Output, population, capital stock, saving, investment, and technical progress, all grow at a constant rate or are constant. An economy gets to a steady state after a period of growth or after a downsizing period.

3 0
3 years ago
Sheffield Corp. determines that 53000 pounds of direct materials are needed for production in July. There are 3100 pounds of dir
zvonat [6]

Answer:

Budgeted total cost of Direct Material purchases ($) =$ 157,800

Explanation:

<em>Raw material purchase budget is determined by adjusting the raw material usage budget for opening and closing inventory of materials. </em>

Purchase budget = usage budgeted + closing inventory - Opening inventory

Material purchase budget = 53,000 + 2,700 - 3,100= 52,600  pounds

Note the closing inventory represents the stock of materials needed to be kept, hence it will increase the purchase budget. So we added.

On the other hand hands, the opening inventory represented what already existed , hence we subtracted it as it will reduce what will be required.

Material purchase budget ($) = purchase budget in quantity × standard price per quantity

Material purchase budget = 52,600 × $3 = $ 157,800

Budgeted total cost of Direct Material purchases ($) =$ 157,800  

8 0
3 years ago
The formula for calculating the present value factor for an annuity of $1 is a. Amount to Be Invested/Equal Annual Net Cash Flow
Rus_ich [418]

Answer:

a. Amount to Be Invested/Equal Annual Net Cash Flows

Explanation:

The formula to calculate the present value factor by considering annuity is shown below:

= Invested amount ÷ Equally Annual net cash flows

As an annuity is a set of payments made at the equal periods

Simply we divide the invested amount by the equal amount of annual net cash flows so that the Present value factor of an annuity can be computed

4 0
3 years ago
Other questions:
  • Dairy Days Ice Cream sells ice cream cones for​ $5 per customer. Variable costs are​ $2 per cone. Fixed costs are​ $2100 per mon
    8·1 answer
  • A person borrows $200 to be repaid in 8 years with 14% annually compounded interest. The loan may be repaid at the end of any ea
    6·2 answers
  • A quality analyst wants to construct a sample mean chart for controlling a packaging process. He knows from past experience that
    12·1 answer
  • ​Jessica's job as the director of the humane shelter is exhausting and can be heartbreaking at​ times, but she loves her job bec
    7·1 answer
  • What does usability effectiveness mis metrics measure?
    11·1 answer
  • For Warren Corporation, year-end plan assets were $2,000,000. At the beginning of the year, plan assets were $1,780,000. During
    13·1 answer
  • Segmentation and targeting influence a company’s resource allocation, potentially affecting strategic decisions in all of the fo
    11·1 answer
  • In year 2, Kilroy Company purchased land for a new office building at a purchase price of $325,000. There was an existing buildi
    8·1 answer
  • 80/20 principle holds that 20 percent of all customers generate 80 percent of the demand. Although the percentages usually are n
    12·1 answer
  • Selene and Rita are both engineers at a highly innovative technology company. They are both very creative people. Selene has 15
    6·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!