Question:what is the output of bellow code?
var posVal= 44;
var negVal= -posVal;
var diffVal= (posVal-negVal);
document.write(diffVal);
 

A 44 

B 88 

C -44 

D 0 

+ Answer
+ Report
Total Preview: 973

Copyright © 2024. Powered by Intellect Software Ltd