Advertisement
Guest User

trying again (C# Shell App Paste)

a guest
Jan 19th, 2020
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 0.38 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. using System;
  3. using System.IO;
  4. using System.Linq;
  5. using System.Collections.Generic;
  6.  
  7. namespace trying again
  8. {
  9.   {
  10.     static void Main(String[]args)
  11.  
  12.     public class Trying_again
  13.     { int x = int.Parse(Console.ReadLine());
  14.     if(x > 5)
  15.    
  16.    
  17.    
  18.     }    
  19.   }
  20. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement