The following code will convert pounds to pence:
$pence = $pounds * 100;
It really is that simple. Google will confirm it. It’s analogous to converting dollars to pennies.
1
solved price help turn pounds into pence
The following code will convert pounds to pence:
$pence = $pounds * 100;
It really is that simple. Google will confirm it. It’s analogous to converting dollars to pennies.
1
solved price help turn pounds into pence