How to write one's complement program in html with JavaScript? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How to write one's complement program in html with JavaScript?

1st Jan 2018, 6:53 AM
Priyan
Priyan - avatar
3 Answers
+ 1
example var x=5 alert(~x)//output is 10
1st Jan 2018, 7:09 AM
NAGANDLA.LEELA PAVAN KUMAR
NAGANDLA.LEELA PAVAN KUMAR - avatar
0
by using ~ operator we can perform one's compliment
1st Jan 2018, 7:06 AM
NAGANDLA.LEELA PAVAN KUMAR
NAGANDLA.LEELA PAVAN KUMAR - avatar
0
i know we can use tilde operator.. but I wanted to be solved in step by step process..
1st Jan 2018, 7:08 AM
Priyan
Priyan - avatar