#include using namespace std; int main() { string cars[4] = { "Volvo" , "Opel", "Volkswage" , "xyn" }; std::cout << cars[1]; return 0; }