Answer:
hmmm well what is your magager?? every job will ask you what you can do.
Answer:
#include <iostream>
using namespace std;
int main(){
int arr1[5], arr2[5], k = 7;
arr1 = {1,3,5,3,6}
arr2 = {1,3,2,4,4}
int reverseA2[5];
for (int x = 5; x > 0; x++){
reverseA2[5-x] = arr2[x-1];
}
for (int i = 0; i < 5; i++){
if ( arr1[i] + reverseA2[i] < k){
cout<< arr1[i] << " , "<<reverseA2[i];
}
}
}
Explanation:
The C++ source code prints a pair of values from the arr1 and reverse arr2 arrays whose sum is less than the value of the integer variable value k.
Answer:
Use the combination: Ctrl + Alt + C to get the copyright symbol
Explanation:
<em>Keyboard shortcuts</em> are single or combination of several keys to carry out a specific action. This action may vary according to application programs or operating systems.
Some generic examples of keyboard combinations include:
- Ctrl + C to copy selected objects,
- Ctrl + V to paste copied objects
- Ctrl + N to open a new document or browsing window
- Ctrl + O to open a saved file.
Keyboard shortcuts are a blessing to users for the following reasons:
- Saves time: Imagine dragging a mouse to highlight a document of about 500 pages, what a waste of time right? Ctrl + A will do all that in about a second or two. Using keyboard shortcuts and key combination saves the user a lot of time.
- Efficiency: Since the time spent is greatly reduced, the user becomes more efficient because jobs are carried out faster, more grounds are covered making the user more efficient.
- Multi-tasking: Moving through multiple open windows and tasks with speed requires the use of keyboard shortcuts and combinations. Imagine that you are using a Windows Operating System, you are running an analysis on your browser and it requires you to constantly check it out and you have to finish typing this document on Microsoft Word and you constantly want to ensure that your music player is playing the right song, navigating through this programs using the mouse will just be tiring and may be forced to just stick with a particular application, but with just the Alt + Tab key, you can navigate these applications with ease.
In Office Word 2013, combining the <em>Ctrl + Alt + C</em> will create the copyright symbol in seconds.
A spreadsheet <span>is a workbook that you can open with the text, formats, and formulas already built into it. most common spreadsheet programs is the microsoft excel. using spreadsheet you can tabulate data, process data with the built in format</span>
2.) Roman engineers lightened the dome as much as possible; not only its thickness progressively decreases, but the materials used in the upper part of the dome were lighter with internal spaces within the dome walls. The decrease in thickness has the effect that while the interior of the ceiling is spherical, its exterior is slightly “flattened”.