generate functionSat, 01 Apr 2023

Se necesita obtener el promedio simple de un estudiante a partir de sus tres notas parciales

public class Student { String name; int nota1; int nota2; int nota3; }

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