Computer Science, asked by neanumha, 1 year ago

draw a flowcart to show the use of relational operator...its urgent plz answerrrr


neanumha: my name is neha
neanumha: u know what my friend is special for me inmy life..that's why i want to keep him in every part of my life..that it..nothing special.........hnn
neanumha: what about u
neanumha: :-) ;-)
neanumha: i hope u may get soon
neanumha: and anything else
neanumha: oo

Answers

Answered by Anonymous
1

Hi

In lay man's term relaitional operators are those operators which are used to compare to values.

for example: 10 >= 5

in that line we were comparing if 10 is greater or equals to 5.

now i am gonna show you flow chart of very basic program using above example.

if (10 >=5 ) {

   document.write("10 is greater than 5");

} else {

   document.write("10 is NOT greater than 5");

}

in abhove code we are checking if 10 is greater than 5, if it is then we will print "10 is greater than 5" and if it is not then we will print "10 is NOT greater than 5".

I have attached flow chart in attachment.. please check.

Attachments:
Similar questions