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
Nadia stood outside the mall and asked people which stores they visited and if they bought anything. if they said yes, she asked
lana [24]
It was a survey i think
6 0
3 years ago
Which definition(s) of the money supply include(s) only items which are directly and immediately usable as a medium of exchange?
Gala2k [10]
The definition of money supply which include only items which are directly and immediately usable as medium of exchange is M1. Money supply refers to the entire stock of currency and other liquid assets that are circulating in a particular economy at a particular period of time.  
M1 include cash and checking deposits which are very liquid in nature and are suitable as medium of exchange. 
7 0
3 years ago
A company uses a process costing system. its assembly department's beginning inventory consisted of 52,400 units, 75% complete w
zalisa [80]
Total transferred units = 121,500 
Direct labor costs = $30,000
 Completed unit from the ending inventory = 42,400 x 25% = 10600
 Now the total units transferred = 121,500 + 10600 = 132100
 Direct labor cost per equivalent unit = Direct labor costs / total units transferred
  = 30,000 / 132100 = 0.227
 Direct labor cost per equivalent unit = 0.23.
5 0
3 years ago
Given the presence of smartphones and tablets everywhere and​ marketers' ability to personalize messages based on​ ________ and
Sidana [21]
Smartphones and tablets are one of the many products of technology which highlights connectivity and individuality. This leads markets to personalize these gadgets as to attract and appeal more and more consumers and buyers to gain higher share among its competitors.
8 0
3 years ago
As of December 31, 2017, Waterway Industries had $3500 of raw materials inventory. At the beginning of 2017, there was $3000 of
Daniel [21]

Answer: <em>Inventory requisitioned for job = $481500</em>

Explanation:

Given:

Raw materials = $3500

Material on hand = $3000

Material purchased = $475000

Paid (for material purchased) = $412500

Therefore we can compute the inventory requisitioned for job using the following formula:

Inventory requisitioned for job = Material purchased + Opening inventory - Closing inventory

Inventory requisitioned for job = $3500 +$3000 + $475000

Inventory requisitioned for job = $481500

5 0
3 years ago
Other questions:
  • Three types of business​ organizations) Limited partnerships have two classes of partners. The _____ limited general partner act
    10·1 answer
  • Mallory Furniture buys two products for resale: big shelves (B) and medium shelves (M). Each big shelf costs $500 and requires 1
    9·1 answer
  • he 2017 balance sheet of Kerber's Tennis Shop, Inc., showed long-term debt of $6 million, and the 2018 balance sheet showed long
    6·1 answer
  • What monthly rate of interest will yield an annual effective rate of interest of 14%?
    15·1 answer
  • Harvey is an auto dealer at Vonga Automobiles. As part of his team, he is required to directly call potential customers and conv
    6·1 answer
  • If prices are rising and a company's physical inventory levels are unchanged, the use of FIFO rather than LIFO for inventory val
    14·1 answer
  • On August 14, 2020, Washington declared a 2-for-1 stock split. At the time of declaration, shares were selling for $114/share. T
    14·1 answer
  • -8/3 + 7/2 =?<br><br>por favor ayúdenme.​
    9·1 answer
  • What courses or information would be helpful for a hospitality manager?
    11·1 answer
  • What is globalization?
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!