Which best explains the workplaces of employees in the Energy career cluster?

Employees work outdoors.
Employees can work in a wide variety of places.
Employees can work in a limited number of places.
Employees work indoors.

Answers

Answer 1

Answer: It’s Letter (B) the other ones just don’t fit.

Explanation:

Mark me as brainlest please?!!

Answer 2

Answer:

b

Explanation:


Related Questions

Vector testGrades contains NUM_VALS test scores. Write a for loop that sets sumExtra to the total extra credit received. Full credit is 100, so anything over 100 is extra credit.

Answers

Question:

Vector testGrades contains NUM_VALS test scores. Write a for loop that sets sumExtra to the total extra credit received. Full credit is 100, so anything over 100 is extra credit. Ex: If testGrades = {101, 83, 107, 90}, then sumExtra = 8, because 1 + 0 + 7 + 0 is 8.

#include <iostream>

#include <vector>

using namespace std;  

int main() {

  const int NUM_VALS = 4;

  vector<int> testGrades(NUM_VALS);

  int i = 0;

  int sumExtra = -9999; // Assign sumExtra with 0 before your for loop  

  testGrades.at(0) = 101;

  testGrades.at(1) = 83;

  testGrades.at(2) = 107;

  testGrades.at(3) = 90;

   /* Your solution goes here  */

  cout << "sumExtra: " << sumExtra << endl;

  return 0;

}

Answer:

Replace /* Your solution goes here  */  with the following lines of code

sumExtra = 0;

do{

if(testGrades.at(i) > 100){

sumExtra = sumExtra + (testGrades.at(i) - 100);

}

i++;

}

while(i<NUM_VALS);

Explanation:

In the complete question posted,  the variables sumExtra and i have already been declared an initialized.

So, the first thing we do in the solution is:

set  sumExtra to 0 using sumExtra = 0;

Then iterate through vector testGrades using i as the iterating variable

Here, I made used of a do while loop and the explanation is as follows:

do{

This line checks if current element of the vector is greater than 100

if(testGrades.at(i) > 100){

If yes, the extra digits above 100 is added to the sumExtra

sumExtra = sumExtra + (testGrades.at(i) - 100);

}

The counter is increased, here

i++;

}

The loop is continued while the iterating variable i is less than NUM_VALS which is 4

while(i<NUM_VALS);

Allison is writing a program in Java and keeps getting an error. Which line of code is causing the error?

A. Int a = 0, b = 3, c;
B. for(i = 0, i <= 13, i++) {
C. c = (a * 2) + i;
D. System.out.println(c);

}

Answers

B will cause an error.

Allison needs to declare a type for variable i and use semi-colons.

The for statement should be for(int i = 0; i <=13; i++){

Other Questions
If a bike is going at 26 centimeters per second how many meters per minute is she traveling? Brenda won 59 lollipops playing hoops atthe county fair. At school she gave two toevery student in her math class. She onlyhas 1 remaining. How many students arein her class? please help me. i really need it Please Helpp Mee! I need it NOW! Which equation represents the following word problem? Grace is making a cake. The recipe calls for 21/2 cups of flour. If she has already added 3/4 of a cup into the bowl, how much more flour will she need to add? Let x be the number of cups she needs to add. A) x+3/4 = 22/2 B) x-3/4=27/2 C) 3/4x = 21/2 D) X/13/4) Which of the following regions is labeled with the number 2 on the map above?A.the ArcticB.the lowlandsC.the Interior PlainsD.the Canadian ShieldILL GIVE BRAINEST AND IF YOU ANWSER MY OTHER QUESTIONS Read the passage. There are several questions about this passage.Why Do Astronauts Eat Tortillas instead of Bread?Which phrase from the passage best helps readersunderstand why some foods are hard to prepare inspace?1O 1. "in the form of bite-sized cubes"O2"inside toothpaste-type tubes"203."need three hands"34. "even greater challenges"Food is a basic need. Having enough food while traveling has alwaysbeen a problem for explorers. In addition to having enough to eat, explorersalso need ways to package and store food. What can be done to make surethe food won't spoil? Early explorers dried and stored food in cool placesThey also used sealed containers.Some of these same methods are still being used to store food onboardthe space shuttle and the International Space StationOriginally, all foods eaten by astronauts in space were in the form ofbite-sized cubes, freeze-dried food, or semi-liquids inside toothpaste-typetubes. Sound tasty? As space missions continued the food became "better"in variety, taste, and texture. The choices continue to grow. Astronauts cannow choose from more than 70 different kinds of foods and 20 differentbeveragesWhat kinds of foods make good space food? Of course taste is important,but foods are also chosen for their nutritional value. Space food must also beeasy to package and store.Space food is grouped into several different categories. Foods may berehydrated or freeze-dried, like "astronaut ice cream." if a little bit of water isleft in the food to keep it soft, like dried fruit the food is categorized as"containing intermediate moisture." Some foods may be in their naturalform, ready to eat right out of the package, like bite sized crackers and nuts.Other foods are processed once they're packaged, such as irradiated andthermostabilized foods. Both processes help sterilize foods. Food that iirradiated is sterilized by radiation, like smoked turkey. Thermostabilizedfoods, like grilled chicken for fajitas, are sterilized with heat to destroybacteria456 what type of data do you need to find the density of an object correct the message conversation on the left into simple sentences Find the inverse for this relation: { (1, -3), (-2, 3), (5, 1), (6, 4) } Question 2 of 10Which of the following is a social category?A. GenderB. HeightC. RaceD. AgeSUBMIT -6n + 3= 45how do you solve this Help me plsJehsksvdksbshzjdhs 38,503 rounded to the nearest ten thousand i need helpp asap!!! What is something about online conferencing that you understand better now. What did you learn? please please please help Where are the Galpagos Islands located? What are the jobs most commonly held by American workers, and which gender holds these jobs? Your firm has a debt-equity ratio of .75. Your pre-tax cost of debt is 8.5% and your required return on assets is 15%. What is your cost of equity if you ignore taxes? (Use MM Prop II, No Tax).A. 11.25%B. 12.21%C. 16.67%D. 19.88%E. 21.38%