Advertisement
Guest User

DivisionOf2Nums

a guest
Jan 22nd, 2016
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.12 KB | None | 0 0
  1. using System;
  2.  
  3.  
  4. class DivisionOf2Nums
  5. {
  6.     static void Main()
  7.     {
  8.         Console.WriteLine(24/5);
  9.     }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement