I have a small program
if a*b > c "pay to M" else "pay to a"
I want to show the amount, I mean how much is paying.
How to write this script?
Ahmed Kutty
if a*b > c "pay to M" else "pay to a"
I want to show the amount, I mean how much is paying.
How to write this script?
Ahmed Kutty
Comment