Guest User

Untitled

a guest
Nov 12th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. [TestClass]
  2. public class IntegerOperations
  3. {
  4. //variables to hold the two integer values
  5. static int number1;
  6. static int number2;
Add Comment
Please, Sign In to add comment