Advertisement
Guest User

(C# Shell App Paste)

a guest
Feb 21st, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.75 KB | None | 0 0
  1. //Disclaimer: The creator of 'C# Shell (C# Offline Compiler)' is in no way responsible for the code posted by any user.
  2. Disclaimer: The creator of 'C# Shell (C# Offline Compiler)' is in no way responsible for the code posted by any user.
  3. using System;
  4. using System.IO;
  5. using System.Linq;
  6. using System.Collections.Generic;
  7.  
  8. namespace CSharp_Shell
  9. {
  10.  
  11.     public static class Program
  12.     {
  13.         public static void Main()
  14.         {
  15.            Console.WriteLine("Hello, World!");
  16.            Console.WriteLine("bilal Tello");
  17.            Char x=Convert.ToChar(Console.ReadLine());
  18.            
  19.         }if (x=='S')
  20.         int z=Convert.ToInt32(Console.ReadLine());
  21.         int y=Convert.ToInt32(Console.ReadLine());
  22.         Console.WriteLine("S==z*z");
  23.         else
  24.     }
  25. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement