In the program, Names are not case sensitive.
e.g. 'hello' and 'Hello' are treated as two different names.
However, it might be better to treat these two instances as the same instead, as this results in duplicated users, which could result in inconveniences to users as the data grows larger. (they might add duplicate students without knowing)

In the program, Names are not case sensitive.
e.g. 'hello' and 'Hello' are treated as two different names.
However, it might be better to treat these two instances as the same instead, as this results in duplicated users, which could result in inconveniences to users as the data grows larger. (they might add duplicate students without knowing)