#include <iostream>
#include <math.h>
using namespace std;

int main() {
int distancia=2000;
int tiempo=25;
int tiempoenllegar;
    
    cout<<"Cuanto tiempo tardara en llegar:"<<distancia/tiempo<<" segundos.";
    cin>>tiempoenllegar;
    return 0;
}

Embed on website

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