Ok% your output is wrong maybe wrong change it
Answer:
Option (B) i.e., Sensor is the correct answer.
Explanation:
The following option is true because the sensor is both types of device that is input as well as output that gather information or data from the environment directly.
Option A i.e., Audio input is incorrect because the audio input that device which records the voice, music or audio in the form of data.
Option C i.e., Trackball is incorrect because trackball record the movement of the ball in which direction we move that ball, in that direction the cursor is moving.
Option D i.e., Touch Screen is incorrect because it is the device that works by the touch of the human being such as touchpad, mobile phones, etc.
Matter is made up of extremely tiny particles called atoms and molecules. Atoms and molecules make up the three common states of matter on Earth—solids, liquids, and gases. The particles of a liquid are attracted to one another, are in motion, and are able to move past one another.
<em>-</em><em> </em><em>BRAINLIEST</em><em> answerer</em>
Answer:
see explaination
Explanation:
#include <iostream>
#include <vector>
using namespace std;
void vector_sort(vector<int> &vec) {
int i, j, temp;
for (i = 0; i < vec.size(); ++i) {
for (j = 0; j < vec.size() - 1; ++j) {
if (vec[j] > vec[j + 1]) {
temp = vec[j];
vec[j] = vec[j + 1];
vec[j + 1] = temp;
}
}
}
}
int main() {
int size, n;
vector<int> v;
cin >> size;
for (int i = 0; i < size; ++i) {
cin >> n;
v.push_back(n);
}
vector_sort(v);
for (int i = 0; i < size; ++i) {
cout << v[i] << " ";
}
cout << endl;
return 0;
}
Answer:
a
Explanation:
the act or process of reaching a conclusion about something from known facts