Look at the following program. is it procedural or object-oriented? what would you do to convert it to the other type?  song1 = "let's dance" song1_info = [128, 34, 304]  song2 = "party time!" song2_info = [144, 32, 439]  song3 = "my dreams" song3_info = [93, 41, 339]