Created
December 18, 2025 21:36
-
-
Save karenpayneoregon/a1ebe198fbae3e5b062337f14c633fbd to your computer and use it in GitHub Desktop.
Training
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| internal class Program | |
| { | |
| static void Main(string[] args) | |
| { | |
| string userInput = Console.ReadLine(); | |
| Console.WriteLine(Convert.ToInt32(userInput)); | |
| Console.ReadLine(); | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment