Fill in the blank:
the syntax of the IF() function is IF(____,____,____)
Answers
Answered by
0
In Python , The if condition works like this :-
if 1<3:
print('Hi')
in JavaScript , the if condition works like this :-
if 1<3{
console.log('Hi')}
Hope this helps
pls mark as Brainliest
Similar questions
Science,
3 months ago
Math,
3 months ago
Computer Science,
3 months ago
Biology,
6 months ago
Chemistry,
6 months ago
Hindi,
10 months ago
India Languages,
10 months ago
English,
10 months ago