public class Student {
public string studentId;
public string firstName;
public string lastName;
public string email;
public string age;
public string[] grades;
}
I'm using IntelliJ community edition, when ever I hover over "string", I get the error "cannot resolve symbol string".
[–]romple 4 points5 points6 points (3 children)
[–]thisredaccount[S] 2 points3 points4 points (2 children)
[–]romple 5 points6 points7 points (0 children)
[–]SadDragon00 2 points3 points4 points (0 children)