Forgot your password?
See all followers
Saturday at 08:49 PM
Saturday at 08:45 PM
Wednesday at 04:31 PM
May 9
April 14
December 9, 2022
1.3k
See all updates by RrVPfX9cPtw59FpC
Who here knows java (and preferably knows me) and can help me understand stuff?
Storm Shine
Unfortunately, that is one of many languages I don't know... I know HTML, CSS, and Python along with a bit of PHP... But no Java, sorrys. *Huggles* I do wish you the best of luck in figuring this out though! And a muffin! *Gives muffin* :3
Princess Periwinkle
"new" is used to declare a new object. You don't use it for variables like a string or int.
RrVPfX9cPtw59FpC
@Grape
But there was another method which I used earlier, which went something like this:
if (yourGender == "male") {
parentgender = "dad";
} else {
parentgender = "mom";
}
Yet it still didn't assign the string either word. What did I do wrong?