#include <iostream>
using namespace std;
int FavNum = 1;

int main() {
    if (FavNum < 2) {
        FavNum = 100;
    }
    cout << "My Favorite Number Is " << FavNum;
    return 0;
}

Embed on website

To embed this project on your website, copy the following code and paste it into your website's HTML: