Computer Science, asked by Shimmer123, 9 months ago

In Basic, whenever any item is enclosed in the________it means it is optional.

a. Curly brackets
b. Square brackets
c. Rounded brackets

Answers

Answered by jayashreevirgo
7

Answer: rounded brackets

Explanation:

as it is a string

Answered by lovingheart
5

The square brackets denote that they are optional.

Explanation:

  • The square brackets denotes the optional parts of a statement.
  • The items mentioned in the square brackets are optional since already the default values are provided.
  • If an user is working in a programming environment, the user can be able to choose over any of the two items that are represented within the square or the curly brackets.
  • Two or three items are mentioned in the square brackets and they are separated by commas. For example, it will be like (item 1, item 2, item 3).

To know more:

1) What is curly bracket in C plus plus language?​

https://brainly.in/question/11756949.

2) Why do Java array declarations use curly brackets?

https://brainly.in/question/9027879

Similar questions