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: A. System window and C. System Information window
Explanation:
Hi, RAM stands for Random Access Memory. RAM stores information about running programs in your computer, as long the computer is on.
To know how much RAM is installed on a system you can use the system window tool.
In windows 10 Right click on "Start Menu" and click on "System" in pop-up menu to open "System" window.
System window will show basic information of the computer, including the amount of RAM installed.
Also you can Type "System Information" in the search box, and select "System Information" from search results.
"System Information" window shows a more detailed system summary, of hardware resources and devices. Incluiding RAM.
Feel free to ask for more if needed or if you did not understand something.
Answer:
graphic design and digital marketing solutions