It's a very early question (I'm new to Java, I came from C ++). I have to make a program that takes 4 notes of 10 students, but when I play with the "pointers" (arrays), my program returns an exception:
import java.util.Scanner;
class Aluno
{...
asked by
08.02.2014 / 15:03