#include "stdafx.h"using namespace System;int main(){ array^ array1 = { 0, 1, 2}; array^ array2 = array1;}