| http://www.w3.org/ns/prov#value | - im having trouble using the bool operator in my program. for my program i have to use a bool function to determine whether three integers that represent three test scores are valid or not. the scores have to be from 0-100 including 0 and 100. if the score is invalid, the function will print a message explaining its invalid. if all three are valid, the function will return a signal to the main prog
|