Computer Science, asked by aathrav6800, 27 days ago

Symbol that is placed at the end of if condition is

Answers

Answered by SelieVisa
1

Answer:

Symbol that is placed at the end of if condition is ;

Explanation:

; semi-colon

Answered by adventureisland
0

A symbol that is placed at the end of the IF condition is a semicolon (;)

Which symbol  is placed at the end of the IF condition :

  • The semicolon is frequently used in computer programming to separate numerous statements.
  • It signifies that everything before the semicolon (;) in the previous description remains the same.
  • The conditional statement and the if keyword is separated by a semicolon. [conditional expression] introduces a conditional expression that should return a boolean value, such as True or False.

Similar questions