Generation

generate functionFri, 14 Apr 2023

mostrar el numero siguiente y anterior, a partir de un numero dado por el usuario

public int Next(int x) { return x + 1; } public int Prev(int x) { return x - 1; }

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