Computer Science, asked by unknown7996, 8 months ago

What is the type of list which has proper sequence

Answers

Answered by Anonymous
5

Answer:

The user of this interface has precise control over where in the list each element is inserted . The user ... iterator(). Returns an iterator over the elements in this list in proper sequence.

Answered by syed2020ashaels
0

Answer: ordered list

Explanation:

An ordered list is usually a numbered list of items. The numbering style is left to the associated styles, such as whether nested lists contribute to a composite item number, such as "3.1.5", or whether the numbers are expressed as Arabic, uppercase, or lowercase Roman numerals, or using a numbering scheme appropriate for the language context.

The HTML tag ol is used for an ordered list. We can use a sorted list to represent items in either a numerical order format, an alphabetical order format, or any format where the order is emphasized.

An ordered list is a list in which items are numbered and order matters.

This is unlike an unordered list, where the items are bulleted by default (and the order doesn't matter).

Ordered list. A sorted list has its own order. This type of list is used when the order of items is important and each item must be numbered. For example, it can be used to list the steps taken to assemble a piece of DIY furniture or to list the steps to make your grandmother's mashed potatoes and peas.

#SPJ3

https://brainly.in/question/35202412

Similar questions