Advertisement
TwinFrame

CLight_01

Mar 8th, 2023
696
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.32 KB | None | 0 0
  1. using System;
  2.  
  3. namespace CLight_01
  4. {
  5.     class Program
  6.     {
  7.         static void Main()
  8.         {
  9.             string firstName;
  10.             string lastName;
  11.             byte age;
  12.             sbyte rating;
  13.             uint height;
  14.             char sex;
  15.             bool isAlive;
  16.             ushort sale;
  17.             float statusFamily;
  18.             float statusWork;
  19.             int debt;
  20.             double bankAccount      
  21.         }
  22.     }
  23. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement