This is also called data validation
Before doing a multiplication you have to check, if both values are not empty
If is empty a
Then display 'please provide a value for a'
Else if is empty b
Then display 'please provide a value for b'
Else do the calculation
Taifun