Posts by SkyWorker • 47 points
2 posts
-
-2
votes1
answer81
viewsA: Read objects through the Scanner class
I believe the best way would be: for (int i =0; i< notas.size();i++){ System.out.println("Digite a nota " + i); notas[i] = s.nextInt(); }
-
5
votes1
answer156
viewsQ: How to uninstall a tar.bz2 package?
I recently installed the ghdl in my Debian x64, but I installed the wrong version, so I uninstalled the ghdl and installed the version for x64 bits; but the old ghdl (version 0.29) continues on the…