My First Dive
- Amethyst Aurora
- Mar 14, 2020
- 1 min read
Updated: Apr 24, 2020
I'm not talkative, but that doesn't mean I'm not confident. Moving abroad gave me a host of new opportunities to try new food, explore strange places, and meet people with different cultural beliefs than my own.

I have a fear of suffocating (who doesn't?) so SCUBA diving presented the ultimate challenge of facing and overcoming my fears. I tried to learn in 2015, but couldn't do it. I tried again in 2018, and met some sea turtles and a stingray. (It was awesome, but that was obvious).

boolean isunderWater;
class isUnderWater {
public boolean isSad(boolean isunderWater) {
if (isunderWater == true) {
isSad = false;
return isSad;
}
else if (isunderWater == false && isAlone == true && isCoding == false) {
isSad = true;
return isSad;
}
}
}


Comments