if statement this code example
Example 1: if statement
if( ID = josh ):
print("ID confirmed")
// python
else:
print("ID does not exist")
Example 2: IF STATEMENT WHAT IS IT
if (X < 10) {
print "Hello John";
}
if( ID = josh ):
print("ID confirmed")
// python
else:
print("ID does not exist")
if (X < 10) {
print "Hello John";
}