Advertisement
SPavelA

Untitled

Jul 28th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.29 KB | None | 0 0
  1.             byte taxPercent;
  2.             short studentAge;
  3.             int maxVolume;
  4.             uint gasFlow;
  5.             long secondsSinceEpoch;
  6.             float height;
  7.             double weight;
  8.             char secretSymbol;
  9.             string firstName;
  10.             bool hasAccess;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement