Generation

generate functionWed, 12 Apr 2023

a=int(input("Ingrese la profundidad que desea:")) d=0 i=0 while i != a: i+=7 i-=2 d += 1 print(i) if i >= a: print("DIAS",d) break

let sum = (a, b) => { return a + b; }

Javascript
Generate More

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