The precise answer depends on the language that the algorithm is to be expressed in. Assuming the common 'C' family of languages, one would write:
if(i==5){
[some code]
}
It depends on the language. Each has different operators. First thing you learn with any language is which ones they use. some common operators include: i != 5 i <> 5
There is no need for a conditional expression; just write it as 10 * 100.
An equilateral triangle is also isosceles.Improved Answer:-They are both triangles whose 3 interior angles add up to 180 degrees and an equilateral triangle has 3 equal angles with 3 equal sides whereas an isosceles triangle has 2 equal angles with 2 equal sides
The sign that represents "is not equal to", is an equals sign with a line in it, such as ≠. Therefore, you can write r≠4.
Expressed in figures, this is equal to 9,000,000,000,000.
It depends on the language. Each has different operators. First thing you learn with any language is which ones they use. some common operators include: i != 5 i <> 5
if(i != 5){ //do something }
The conditional past tense of "write" is "would have written."
If you pay attention while taking notes, you should be able to write down everything the speaker says.
2 is not equal to 17.
given(statement)- If 2+3=5, then 5=2+3 inverse- If 2+3 is not equal to 5, then 5 is not equal to 2+3
Don't bother. The statement isn't true. -7 is never equal to 5.
#include<stdio.h> void main() { int a=10,b=15; clrscr(); if(a>b) printf("%d is the large number",a); else printf("%d is the large number",b); getch(); }
what is a program x and y
I think you mean written statement. What you are asking about write statement you are confusing with written statement, the same with write in statement. A written statement is simply putting your words, or your version of events in writing.
Modus Ponens can be written in the following way symbolically:p --> qpTherefore qWhere the lowercase letters can be any statement, "-->" represents an arrow for a conditional statement, and use three dots arranged in a triangle to represent "therefore."
There is no need for a conditional expression; just write it as 10 * 100.