Posted on October 1, 2020
2 kinds of people (pt. 2)
The omniscient corny horn pours out the following words of wisdom:
There are 2 kinds of people:
-
if (condition) { doSomthing(); } if (condition) { doSomthing(); } else { // do nothing }
Posted on October 1, 2020
The omniscient corny horn pours out the following words of wisdom:
There are 2 kinds of people:
if (condition)
{
doSomthing();
}if (condition)
{
doSomthing();
}
else
{
// do nothing
}
Recent Comments