Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- using System;
- namespace input
- {
- class MyProgram
- {
- static void Main(string[] args)
- {
- input = Console.ReadLine();
- Console.WriteLine("Please type 1");
- if input == "1"
- Console.WriteLine("Well done!");
- if else
- Console.WriteLine("Please type 1");
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement