Tengo que estar practicando en este lenguaje de programación por varias razones una de las principales es que me gusta y lo considero un lenguaje que deja demasiado conocimiento y por otra parte es porque debo rendir exámenes a finales de año para poder aprobar parte de la carrera que no pude completar por momento por cuestiones laborales y familiares
I have to practice this programming language for several reasons. One of the main ones is that I like it and I consider it a language that imparts a lot of knowledge. Another reason is that I have to take exams at the end of the year to pass part of the degree that I couldn't complete at the time due to work and family issues.
Decidí optar por platicar todo lo que sea enzmas más no importa la dificultad del problema sino para mantener un razonamiento y una estructura de trabajar con este lenguaje de programación porque de lo contrario me sé que me voy a olvidar de mucha sintaxis.
This exercise I've been practicing is relatively simple. It only requires printing to the console the number of students who will be admitted, then requesting the student's full name along with the class they belong to. Once all that data is loaded, it adds a finite list (up to 8) of the number of students who attended each class into another array.
Este ejercicio que estuve practicando es relativamente sencillo lo único que solicita es que imprima por la consola la cantidad de alumnos que se ingresarán y luego solicita el nombre completo del alumno acompañado de la comisión a la cual pertenece y una vez que se terminan de cargar todos esos datos agrega dentro de otro array una lista finita que es hasta 8 de la cantidad de alumnos que asistieron a cada comisión
This exercise I've been practicing is relatively simple. It only requires printing to the console the number of students who will be admitted, then requesting the student's full name along with the class they belong to. Once all that data is loaded, it adds a finite list (up to 8) of the number of students who attended each class into another array.
Me ayudé con inteligencia artificial para volver a entender cómo lo realizaría es que en cierta parte toca aprender muchas cosas y no mal acostumbrarme a intentar resolver con lo básico
I used artificial intelligence to help me understand how to do it again; it's that in some ways you have to learn many things and not get used to trying to solve problems with the basics.