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
The Art of Getting the greatest benefits from limited Financial Resources is called
Inessa05 [86]
It's called living frugally. 
6 0
2 years ago
Read 2 more answers
I need some help! I'm not necessarily looking for the exact, technically correct answer to my question. Users submit questions a
ziro4ka [17]
There goal means they want to examine credit unions. The meaning of the phase is Why focus on credit unions? Because: 1) They tend to be more retail-focused than many community banks, and 2) we can get data on credit unions’ membership size which provides a basis of comparison and analysis to evaluate the social media data.
3 0
2 years ago
Buscorp wants to introduce a new procedure for processing customer requests. if this change will require employees to break old
NeTakaya
If this change will require employees to break old routines and adopt new role patterns, the preferred strategy for dealing with resistance to this change such as this is learning. The company would want their employees to learn new methods so as to be able to adopt to the change and in a way encourage to their employees.
4 0
2 years ago
7. In capitalism, most businesses have a profit motive. Describe at least one reason that businesses with a profit motive may be
kramer
Gaining a profit from sold goods is helpful because the use of scarce resources is optimized. It also provide jobs. The bad side of being in a profit motive business is that some may be tempted to deal with customers . I think that a profit motive business is a good thing.
8 0
3 years ago
In this scenario, Frankie must consider whether making one choice will force him to give up another.
aksik [14]
Based on the scenario above, the economic concept which Frakie is faced with is OPPORTUNITY COST. Opportunity cost refers to a benefit or value that a person could have received but which he gave up in order to take another course of action. Thus, an opportunity cost represents an alternative given up when a decision is made.
5 0
3 years ago
Read 2 more answers
Other questions:
  • Of the items listed below, which ones have high entropy?
    9·1 answer
  • I.D. Clair Co. recorded a right-of-use asset of $100,000 in a 10-year operating lease. Payments of $14,795 are made annually at
    6·1 answer
  • The subject has $8,000 pool and a $2,000 chimney but no porch. a comparable that sold for $199,000 has a $3,000 porch but no poo
    12·1 answer
  • You paid $10,000 for an investment that promises to pay $750 at the end of each of the next 5 years, then an additional lump sum
    6·1 answer
  • The partial worksheet for the Jamison Company showed the following data on October 31, 2019. Income Balance Statement SheetAccou
    10·1 answer
  • Use the following information for Shafer Company to compute inventory turnover for year 2.
    15·1 answer
  • In Mordica Company, total material costs are $36,000, and total conversion costs are $57,500. Equivalent units of production are
    5·1 answer
  • What will happen to the equilibrium price and quantity of airline fares as a result of the following two simultaneous changes (a
    14·1 answer
  • Should a Female with the same Qualifications as a Man, if selected for an Executive Position formerly held by a man, be paid the
    10·2 answers
  • Levered, Inc., and Unlevered, Inc., are identical in every way except their capital structures. Each company expects to earn $18
    10·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!