'Undeclared Integer

I continue to get the same error code of undeclared Integer at the bold points below and I don't understand why(headache)-I am writing in solidity with with remix

    **require(_value <= allowance[_from][msg.sender]);**
    **allowance[_from][msg.sender] = allowance[_from][msg.sender] - (_value);**
    

What have I not declared? Pls Help thank you greatly in advance



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source