Meaning you are busy and focused at work
Answer:
// This program is written in C++ programming language
// Comments are used for explanatory purpose
// Program starts here
#include <iostream>
#include <string>
using namespace std;
// Declare variables
int inputvar;
// Declare output variable as array
int outputvar[32];
// Set a counter for binary array
int i = 0;
while (inputvar > 0) {
// Divide inputvar by 2 and store remainder in outputvar
outputvar[i] = n % 2;
inputvar/=2;
i++; // increment i by 1
}
// End of division
// Prin resulting array in reverse order
for (int j = i - 1; j >= 0; j--) {
cout << outputvar[j];
}
return 0;
}
// End of Program
Answer:
Number.
Letter is for columns, Number is for rows.
For example to find the cell on the fifth row, and 1st column, it would be A5.
Answer:
A
Explanation:
Monitor, CPU, Disk Drives, Printer, Keyboard/mouse
Economists use data:
- To explain trends in production and shipping.
- To follow and predict unemployment rates.
<h3>How do economists make predictions?</h3>
Economists often uses data to make forecast and it is where there is the use of sample data from a population that brings about uncertainty.
Note that Economists use data:
- To explain trends in production and shipping.
- To follow and predict unemployment rates.
See options below
How do economists use data? Check all that apply.
to follow and predict unemployment rates
to communicate with customers instantly
to ship goods to countries all over the world
to explain trends in production and shipping
to apply automation to reduce production costs
Learn more about economists from
brainly.com/question/9913581#SPJ12