Generation

generate functionSun, 26 Mar 2023

ingresar el valor de la variable independiente y calcular f(t)=t2+4

public class math { public static void main(String[] args) { int f = t*t + 4; System.out.println(f); } }

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