generate functionSat, 18 Mar 2023

Una función que haga las 4 operaciones básicas y pueda sacar promedios

int add(int a, int b) { return a + b; } add(1, 2);

Want to kickstart your project?Use the new AI Studio to create your code