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.
nawww dude im good look it up
Answer:
D.
Explanation:
Clipher
You can read the instructions
The countdown clock before a
rocket launches is one of the most remarkable timepieces in the world. As
indicated by the "T-minus" mark, the hours and minutes tick down to launch. “Auto
sequence start” is a breakdown of some of the big milestones leading up to that final
moment. If there are no technical issues, at T-minus 31 seconds, the ‘go’
command will be given “Auto sequence start” which means the Ground launch
sequencer will hand off primary control. It will be handed off to the shuttle’s
onboard computers.