Guest User

Untitled

a guest
Sep 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. //Implicit Conversion
  2. int valueOne = 34;
  3. float valueTwo;
  4. valueTwo = valueOne;
  5. Console.WriteLine("valueTwo => " + valueOne);
Add Comment
Please, Sign In to add comment