JohnJuly

Homework1

Oct 3rd, 2023
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.63 KB | None | 0 0
  1. using System;
  2. using System.Collections.Generic;
  3. using System.Linq;
  4. using System.Text;
  5. using System.Threading.Tasks;
  6.  
  7. namespace Homework_1
  8. {
  9.     internal class Program
  10.     {
  11.         static void Main(string[] args)
  12.         {
  13.             byte countHoursInPerDay;
  14.             sbyte boilingPointOfWaterInCelsius;
  15.             short countDaysInYear;
  16.             long distanceFromEarthToSunInKilometers;
  17.             int сountApplesInStock;
  18.             float bottleVolumeInLiters;
  19.             double numberPi;
  20.             string userName;
  21.             char firstLetterInUserName;
  22.             bool computerIsWorking;
  23.         }
  24.     }
  25. }
  26.  
Add Comment
Please, Sign In to add comment