#include <iostream>
using namespace std;
int main() {
    
    string n[5], vh[6] = {"Lamborghini", "McLaren", "Renault", "Volvo", "Ferrari", "Toyota"};
    float cl[3] = {0.05, 0.15, 0.25};
    double vl;
    int po, pes, p1;
    
    
    for(int i = 0; i<5; i++){
     
     cout<<"Ingrese su nombre y apellido(ej: Andres_Parra)"<<endl;
     cin>>n[i];
     
      for(int i=0; i<6; i++){
      cout<<"¿Qué auto desea? Nuestros modelos actualmente son: \n Lamborghini = 1 \n Mclaren =2 \n Renault = 3 \n Volvo = 4 \n Ferrari = 5 \n Toyota = 6

    }
    
        
    }
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: