N 201 Introducing Programming
N 201 Introducing Programming
Write DollarPrice
• Output the value in DollarPrice to the
monitor.
Exponentiation ^ 4^2 16
Multiplication * 16*2 32
Division / 16/2 8
Addition + 16+2 18
Subtraction - 16-2 14
Main
Module