Skip to content

Instantly share code, notes, and snippets.

@seddik
Last active August 29, 2015 14:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seddik/9ca9de6c299eeabe8a01 to your computer and use it in GitHub Desktop.
Save seddik/9ca9de6c299eeabe8a01 to your computer and use it in GitHub Desktop.
yacine_02092014
static void Main(string[] args)
{
Console.Write("Entrer botre : ");
string my_line = Console.ReadLine();
int mon_num = int.Parse(my_line);
Console.WriteLine(mon_num * 2);
//Math.PI
//Console.WriteLine(int.Parse(Console.ReadLine()) * 2);
//******************************************************
Console.ReadKey();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment