Answer:
Option D. float is the correct answer.
Explanation:
Decimal number contains decimal point. Out of all the given data types, float data type store the number with decimal point.
As the number has to be further used for calculations float ahs to be used. Because the numbers can also be stored in string but cannot be used for further calculations.
Hence,
Option D. float is the correct answer.
Answer:
In C++:
#include <bits/stdc++.h>
#include <iostream>
#include <vector>
using namespace std;
int main(){
vector<int> vectItems;
cout << "Vector length: ";
int ln; cin>>ln;
int num;
for (int ikk = 0; ikk < ln; ikk++){
cin >> num;
vectItems.push_back(num);}
int small, secsmall;
small = secsmall = INT_MAX;
for (int ikk = 0; ikk < ln; ikk++){
if(vectItems[ikk] < small){
secsmall = small;
small = vectItems[ikk]; }
else if (vectItems[ikk] < secsmall && vectItems[ikk] != small) {
secsmall = vectItems[ikk];} }
cout<<small<<" "<<secsmall;
return 0;}
Explanation:
See attachment for program file where comments are used for explanation
Answer:
1. Wall clocks.
2. Analog watches
3. Measuring instruments with callibration
Explanation:
People lump and dismiss improvement efforts that fall short of categorical change—despite improving Psychological Science.
<h3>What is Psychological Science?</h3>
Psychological Science is said to be the source for examining or knowing findings on topics that are linked to cognitive, social, developmental, as well as health psychology.
Note that based on an experiment, participants were said to have lumped together absolute failures but they do not do so for absolute successes, and thus it is highlighting a special blindness to gradations of badness.
Hence, People lump and dismiss improvement efforts that fall short of categorical change—despite improving Psychological Science.
Learn more about Psychological Science from
brainly.com/question/12011520
#SPJ1
In more technical terms, a computer virus is a type of malicious code or program written to alter the way a computer operates and is designed to spread from one computer to another. A virus operates by inserting or attaching itself to a legitimate program or document that supports macros in order to execute its code.