Advertisement
Guest User

Untitled

a guest
Feb 8th, 2016
46
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. #include <stdio.h>
  2.  
  3. main()
  4.  
  5. {
  6. //values for other currencies
  7. float GBP = 0.69, EUR = 0.90, CAD = 1.39, MXP = 18.63, JPY = 116.39;
  8.  
  9. printf(""GBP*%f=%f n"");
  10.  
  11. printf("")
  12.  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement