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
What are you paying for when you lease a car? A.the purchase price of the car
N76 [4]

Answer:

D

Explanation:

when you lease a vehicle, your monthly payment will be calculated based on the vehicle's depreciation, or the change between its current value and its value at the end of the lease obviously plus interest and fees. .

5 0
2 years ago
Beech Soda, Inc. uses a perpetual inventory system. The company's beginning inventory of a particular product and its purchases
bagirrra123 [75]

Answer:

the cost of goods sold to be recorded at January 14 is: $230 .

Explanation:

LIFO (Last in First out) method, assumes that the last goods purchased are the <em>first ones</em> to be issued to the final customer.

This means that valuation of inventory will begin using the value of the <em>earliest</em> goods purchased.

The Cost of goods sold is calculated as follows :

Cost of goods sold : 9 units × $14 = $126

                                  13 units × $8 = $104

                                  Total              = $230

8 0
3 years ago
Read 2 more answers
The custodian of a $450 petty cash fund discovers that the fund has $65 in coins and currency plus $382 in receipts at the end o
Mandarinka [93]

The entry to replenish the petty cash fund will include a credit to cash for $385.

What is petty cash fund?

When regular purchasing techniques are impractical, such as when buying office supplies or paying employees, a tiny sum of money called petty cash is utilized instead.

The entry to replenish the petty cash fund amount will include:

Fund amount : $450 - Used

Fund amount  :$450 - $382 = 68

cash on hand - remaining ; $68 - $65 = $3

Used + remaining ; $382 + $65 = 385

As a result, a credit to cash for $385.

Learn more about on petty cash fund, here:

brainly.com/question/23864192

#SPJ1

8 0
1 year ago
The managers of pork farm inc., a meat-packing company, want to create more consumer demand for the company's products that are
Olegator [25]

They are developing a marketing strategy to build their advertising message, position and brand recognition upon.
4 0
2 years ago
what does a receivables turnover of 7 times represent? multiple choice question. the company took an average of 7 days to collec
aniked [119]

A turnover of 7 times represents the company issued and collected trade credit, at the level of its accounts receivable balance, 7 times during the year.

The number of times per year that a company collects its average accounts receivable is referred to as accounts receivable turnover.Accounts receivable turnover is a measure used by accountants and analysts to assess how effectively businesses collect on credit given to customers.

The higher your receivable turnover ratio, the better, because it indicates that your customers pay their invoices on time and that your company collects debts efficiently. A higher turnover ratio also indicates improved cash flow and a more solid balance sheet or income statement.

To know more about receivables turnover, click here.

brainly.com/question/16447941

#SPJ1

6 0
1 year ago
Other questions:
  • You are considering replacing your aging propane furnace for a natural gas model. The propane model originally cost $2,200, will
    15·1 answer
  • ​after compiling a list of potential customers, a salesperson must
    15·1 answer
  • Last year, Candle Corp had $200,000 of assets, $300,000 of sales, $20,000 of net income, and a debt-to-total-assets ratio of 40%
    12·1 answer
  • Beginning three months from now, you want to be able to withdraw $2,800 each quarter from your bank account to cover college exp
    11·1 answer
  • Using self-determination theory to motivate employees at Cloud9, a data storage company, the vice chair makes 10–20 phone calls
    5·1 answer
  • Leverage implies that a company a.contains debt financing. b.has a high current ratio. c.has a high earnings per share. d.contai
    7·2 answers
  • The first and most important step in the posting procedure is
    7·1 answer
  • You were provided with an article in the Chapter 6 materials that told the story about Rita Crundwell, the former Comptroller of
    14·1 answer
  • Discuss how a change in a product design could produce a change in the design of a planning and control system.
    7·1 answer
  • Prepared by:
    11·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!