Skip to content

Instantly share code, notes, and snippets.

View SajjadArifGul's full-sized avatar
👨‍💻

Sajjad Gul SajjadArifGul

👨‍💻
View GitHub Profile
using System;
namespace CsharpGists
{
class Program
{
static void Main(string[] args)
{
Console.WriteLine("Enter String");
string MyString = Console.ReadLine();
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace student
{
class Student
{
public string name;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace student
{
class Employee
{
public string ComName;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace student
{
class Car
{
public char state;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace student
{
class Computer
{
public string ComName;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace Csharpens
{
class Triangle
{
private float Base;
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace CsharpensGists
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
namespace CsharpensGists
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace CsharpensGists
{
interface PoliticalParty
{
void Name();
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.IO;
namespace Task2
{
class Program
{