Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
UINT nChar = 56;
UINT nX, nY;
nY = 100;
// assign the value of nChar to nX
nX = nChar;
// compare nChar and nY for equality
bool bEqual = ( nChar == nY);