answersLogoWhite

0


Best Answer

"if p then q" is denoted as p → q.

~p denotes negation of p.

So inverse of above statement is ~p → ~q, and contrapositive is ~q →~p.

˄ denotes 'and'

˅ denotes 'or'

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What notation does a condition statement use?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Why you use if and else statement in c language program?

There is no "elseif" statement in C. You can only use "else" and "if" separately. This is a good reason for switch/case/break.


Why you use while function in c?

It is a statement; you can create a loop with it: while (<condition>) <statement>


What is the syntax of a conditional statement in JavaScript?

In JavaScript we have the following conditional statements:if statement - you would use this statement to execute some code only if a specified condition is trueif...else statement - you would use this statement to execute some code if the condition is true and another code if the condition is falseif...else if....else statement - you would use this statement to select one of many blocks of code to be executedswitch statement - you would use this statement to select one of many blocks of code to be executedFor example: If StatementUse the if statement to execute some code only if a specified condition is true. Syntaxif (condition) {code to be executed if condition is true}If...else StatementUse the if....else statement to execute some code if a condition is true and another code if the condition is not true. Syntaxif (condition) {code to be executed if condition is true}If...else if...else StatementUse the if....else if...else statement to select one of several blocks of code to be executed. Syntaxif (condition1) {code to be executed if condition1 is true}else if (condition2){code to be executed if condition2 is true}else{code to be executed if condition1 and condition2 are not true}else{code to be executed if condition is not true}


What is the difference between while dowhile?

While: If we can use while statement it will check the condition then proceed further loop statement.DoWhile: If we use dowhile, first execute loop statement then check the condition.


In an if statement what must enclose the condition?

In an if statement, the condition must be enclosed in parentheses.


What is a laderrized if statement?

A Ladderized If statement is a combination of If statements within one another. Ex: if (condition A) { if (condition B) { if(Condition C){ ..... } } }


What is if statement in c?

if is a conditional statement to check the given condition


What is the purpose do while statement differ from while statement?

In do while statement, no matter with condition at least one time true statement was run and then it ll check condition. When we need to run true block compulsory one time and then we want to check condition then do while statement useful rather than wile statement.


Conditional Statement?

A statement that runs only if the set condition for it is true


How do you use the word notation in a sentence?

It is better to use independent notation.


What is ladderized if else if conditional statement?

if(condition) { statements /* ... */ }


What Notation refers to a practice or condition that is essential to emphasize?

Caution