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
Viefleur [7K]
2 years ago
13

Write a program that reads a list of integers, one per line, until an * is read, then outputs those integers in reverse. For sim

plicity in coding output, follow each integer, including the last one, by a comma. Note: Use a while loop to output the integers. DO NOT use reverse() or reversed(). Ex: If the input is:
Computers and Technology
1 answer:
TiliK225 [7]2 years ago
8 0

Answer:

I'm just going to copy my pseudocode into an answer:

x = array()

i = 0

while (true)

j = input()

if j = "*" then break

x[i] = j

i++

print x.join(", ")

Explanation:

You might be interested in
Pitch, frequency, is measured in? ( Computer Science related )
zimovet [89]
Pitch, frequency is measured in Hertz. 

Hope this helps! :)
4 0
3 years ago
to verify that the ip address sorting criteria that has not been configured to overlap between different groups you can use the
blsea [12.9K]

For one to be able to verify that the ip address sorting criteria that has not been configured to overlap between different groups you can use the check IP group - testing.

<h3>What does IP group do?</h3>

The term IP Group is known to be one that looks at or is one whose purpose is so that it can  generate  a lot of a positive social and also that of environmental impact with financial returns.

Note that this is one that offers shareholders a kind of an exposure to a a lot of portfolio of opportunities that is made up of a  high-growth businesses in regards to the growth markets.

Hence, For one to be able to verify that the ip address sorting criteria that has not been configured to overlap between different groups you can use the check IP group - testing.

Learn more about IP address from

brainly.com/question/24930846

#SPJ1

7 0
2 years ago
Write down the year of the event and one or or two sentences about the event
strojnjashka [21]

can you be more specific on if the question is for you or are you just asking its confusing.

8 0
2 years ago
To delete rows from the database, use the ____ command
Yakvenalex [24]
DELETE FROM command.

Example:
DELETE FROM table_name WHERE id = 5
3 0
2 years ago
What is the world first mobile phone brand​
hodyreva [135]

Answer:

The world first mobile phone brand is <em><u>Motorola</u></em>.

8 0
3 years ago
Read 2 more answers
Other questions:
  • In Python, what kind of error is returned by the following code? (e.g. NameError, ValueError, IOError, etc.) def my_func(n1, n2)
    8·1 answer
  • True or false.
    15·1 answer
  • Write a SELECT statement that returns these three columns: vendor_nameThe vendor_name column from the Vendors table default_acco
    13·1 answer
  • Dani wants to create a web page to document her travel adventures. Which coding language should she use? HTML Java Python Text
    15·1 answer
  • Dit View
    5·2 answers
  • _____ should be used to create a project schedule.
    14·1 answer
  • Which is an example of correct HTML?
    6·1 answer
  • write ms-dos command to list all the files and folders of EIGHT sub directory of C: drive in ascending order according to file n
    5·1 answer
  • Which of the following is not a method for opening Word software?
    14·2 answers
  • Array bounds checking should be directly coded into a system rather than assumed.
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!