write c++ program to Compute and print the summation of two numbers using array 2022-09-28 #include #include using namespace std; int main() { int x[3]; cin>>x[0]>>x[1]; x[2]=x[0]+x[1]; cout< Twitter WhatsApp Telegram Facebook