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
Neko [114]
3 years ago
12

Declare an array named tax rates of five elements of type double and initialize the elements (starting with the first) to the va

lues 0.10, 0.15, 0.21, 0.28, 0.31, respectively.
Computers and Technology
1 answer:
inysia [295]3 years ago
4 0

Answer:

"double tax_rates[5]= {0.10, 0.15, 0.21, 0.28, 0.31};" is the correct answer for the above question.

Explanation:

  • An array is a user-defined data type that is used to define the multiple variables of a single type in a continuous storage location.
  • In the C-programming language, When the user wants to declare an array he needs to define with the help of data type and size of the array with the help of the following syntax-- "Data_type variable_name [size_of_the_array];".
  • When the user wants to initialize the static value in the array then he can do that by the help of following syntax: "Data_type variable_name [size_of_the_array]={first_value,second_value,....,last_value};
  • The above question asked to defined the array of tax_rates name of type double with the above-defined value then he can do that with the help of above-defined syntax (which is defined in the answer part).
You might be interested in
Digital _________ Line is a family of point-to-point technologies designed to provide high-speed data transmission over traditio
disa [49]

Answer:

D. Subscriber

Explanation:

Digital Subscriber Line is a family of point-to-point technologies designed to provide high-speed data transmission over traditional telephone lines.

The high speed data transmission property helps to transmit data in a fast and timely manner between two or more points or people during calls, texts and other activities.

6 0
3 years ago
What are some ways you can work with templates? Check all that apply.
yaroslaw [1]
What are some ways you can work with templates? Check all that apply.

Answer: (A,D,E) see picture below for help also.

7 0
3 years ago
Read 2 more answers
I haven’t got a response back from Brainly and I emailed them 3 days ago about my account. I was charged for the wrong membershi
Crazy boy [7]

contact an administrator or email their support team. If neither respond, contact Google Play Services and show proof that you did not agree to the app's service

7 0
3 years ago
Read 2 more answers
Select the correct answer. Sylvan plans to create an online invitation for a sales event in his organization. What information s
vodka [1.7K]
I believe he should do A first.
8 0
2 years ago
Read 2 more answers
When is it most appropriate to send an automatic reply? Check all that apply.
konstantin123 [22]

Answer:

2, 4, 5, 6 are correct

Explanation:

1 and 3 are wrong on edg

5 0
3 years ago
Other questions:
  • Suppose your company has decided that it needs to make certain busy servers faster. Processes in the workload spend 60% of their
    5·1 answer
  • What technology allows data to be stored in one place and be retrieved by many systems?
    7·1 answer
  • One way to prepare for filing the PROFILE is to:
    12·2 answers
  • The acronym pies is used to describe improvised explosive devices (ied) components. pies stands for:
    13·2 answers
  • I need neveahbowe to see this.
    10·1 answer
  • Clarice is an architect who is involved in design work on a restaurant in a building that used to be part of the city’s water wo
    8·1 answer
  • Types of computer viruses<br>​
    5·2 answers
  • Given an initialized variable fileName, write a sequence of statements that create a file whose name is given by the variable an
    15·1 answer
  • How do we prevent electrical problems as prescribe by the course?​
    11·1 answer
  • How many accelerometers are there in an IRS system?
    9·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!