<div>Juego gtav = new Jeugo("Gta V", 500);<br></div><div><div>&nbsp;<br></div><div><br></div><div>sc&lt;--- Scanner<br></div><div><br></div><div>int cantJuegos = sc.nextInt();<br></div><div>Juego juegos[] = new Juego[cantJuegos];<br></div><div>for(int i= 0; i &lt; cantJuegos; i++){<br></div><div>&nbsp; &nbsp; &nbsp; String nom = sc.nect();<br></div><div>&nbsp; &nbsp; &nbsp; int precio = sc.nextInt();<br></div><div>&nbsp; &nbsp; &nbsp; String plat = sc.next();<br></div><div>&nbsp; &nbsp; &nbsp; juego[i] = new Juego(nom, precio, plat);<br></div><div><br></div><div>}<br></div><div><br></div></div><div><br></div>