1. 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

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd