A lot of you might be wondering why Windows skipped a version. I guess the code below will explain.
public void VerifyOperatingSystemVersion(string oSVersion) { if (oSVersion.Contains("Windows 9")) { //This is Windows 95 or 98 } else { //Other Version of Windows 2000, Windows XP } }
This is it in action
Smart guess. However, I say it was entirely a marketing decision; by MBAs who cannot realistically care less how branding affects code.
Okay, I guess after “Windows 89”, we’ll be going STRAIGHT to “Windows 100” then….
Lol 🙂