A select query
select column1, column2, columnN
from table
where condition
order to be pretty;
When someone may be giving away something for free.
True.
Windows is an operating system built by Microsoft. Chrome and Android are operating systems built by Google. MacOS (Macbook pro etc) and iOS (iPhone, iPad, Apple Watch etc) are operating systems built by Apple.
Engineers build applications or apps for all of the above operating systems (OS). For example, Microsoft Word menus will look slightly different on Windows vs on a Mac. The underlying functionality maybe the same but the way it looks may have subtle differences.
Think of the OS as the foundation of a building. Once you have the foundation, you can build a house, a skyscraper, an office building etc depending on what you want to build.
if(Expression to be tested) {
code to execute
} else if(Expression to be tested) {
code to execute
}
you can have as many else ifs as you want. But that's what it looks like.