Guest User

Untitled

a guest
Jan 5th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. typedef float Degree;
  2. typedef float Radian;
  3.  
  4. Degree a = 15.;
  5.  
  6. Radian b = 3.14/4.;
  7.  
  8. float c = a + b; // no compile error
Add Comment
Please, Sign In to add comment