Serious Time to be a script kiddy all over again?

Yes we should all learn programming instead of wasting time here :D

I humbly disagree, we're engaged in fuzzy logic, a tier higher than those linear statements of "if and else", etc... :D:D:D
 
I humbly disagree, we're engaged in fuzzy logic, a tier higher than those linear statements of "if and else", etc... :D:D:D

Fuzzy logic also if and else, just more fuzzy the conditions.
 
I humbly disagree, we're engaged in fuzzy logic, a tier higher than those linear statements of "if and else", etc... :D:D:D

That means there are a lot of talented programmers here that didn't know their hidden skills and wasted their time here instead of doing proper jobs. :D
 
Fuzzy logic also if and else, just more fuzzy the conditions.

This Linux script check if a woman is a Virgin or not by hymen size .

#!/bin/bash
X=0
y=10

if [ $x -gt $y ]
then
echo “x is greater than y. You are a slut ”
else
echo “y is greater than x. Congrats . You are a Virgin ”
fi
 
Back
Top