puts "Alunos\n\n"
alunos = [["Daniel: ", "Nota: 10\n\n"],["Abima: ", "Nota: 10\n\n"], ["Wilame: ", "Nota: 10\n\n"],["Felipe: ","Nota: 10\n\n"]]
puts alunos
I wonder if it is possible to add a new student with a new note as a new array in the...
asked by
11.11.2018 / 21:08