Im a desktop game/app developer
i usually use c# (and some time python or c++)
class User{
private:
Nothing to see here...
public:
string name = "Sadra";
string lastName = "Georgi";
string fieldOfStudy = "Mathematics";
string school = "State model school of Imam Khomeini (old Farabi)"
int age = 17;
string languages[4] = {
"cpp", "c",
"python",
"c#"
};
}




