Advertisement
IvanOseledko

Homework1

Aug 25th, 2023
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.40 KB | None | 0 0
  1. using System;
  2.  
  3. namespace Homework1
  4. {
  5.     class Program
  6.     {
  7.         static void Main()
  8.         {
  9.             int health;
  10.             uint userCoins;
  11.             float strafeSpeed;
  12.             double runSpeed;
  13.             string username;
  14.             byte age;
  15.             sbyte number;
  16.             char password;
  17.             long distance;
  18.             uint heroDamage;
  19.         }
  20.     }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement