(?:) smiley face with a hat that has a question also known in Java as the conditional operator what is it? The conditional operator can be a replacement of the if else statements in Java for example.
(?:)
? --- means its a boolean expression meaning True or False
? What goes in here : --- means is the value of the condition
that is being validated true or false.
: what goes here) --- the value of the expression evaluates to false.
looks like this:
(True or False ? True condition : false condition )
I always had a passion for the field of STEM (Science, Technology, Engineering, and Math) and I knew I wanted to do something to make a difference in the world. I just didn’t know where to start. I was an immigrant in a new country, grew up in a tough environment, and wasn’t sure how… Read More