Advertisement
loleckek228

1.2

Aug 10th, 2019
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.35 KB | None | 0 0
  1. using System;
  2.  
  3. namespace _1._2
  4. {
  5.     class Program
  6.     {
  7.         static void Main(string[] args)
  8.         {
  9.             int integer;
  10.             uint uInteger;
  11.             float floater;
  12.             bool isBool;
  13.             long longer;    
  14.             ulong uLonger;
  15.             double withPoint;
  16.             string bed;
  17.             byte butter;
  18.             sbyte sButter;
  19.  
  20.  
  21.  
  22.         }
  23.     }
  24. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement