Advertisement
vovanhik_24

1

Aug 17th, 2023 (edited)
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.36 KB | None | 0 0
  1.         static void Main(string[] args)
  2.         {
  3.             int money;
  4.             uint wallet;
  5.             bool isDiscount;
  6.             float timer;
  7.             double damage;
  8.  
  9.             string userName;
  10.             long userPassword;
  11.             short userStatus;
  12.             byte authenticationCode;
  13.             char[] symbolsCheckList;
  14.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement