C# Tutorial Footage No.2 [Conversion of Values]

original exercises found here in Japanese. https://ufcpp.net/study/csharp/exercise.html#1192

Task1: show the character code of any character typed into the console

- note that in order to get the very first letter from console input you - need to set the index[0] after the Console.Readline()

Task2: compare divisions are evaluated differently with different value types such as integer types and floating point number types

SKIPPED!!!

Task3: Observe how double type numbers are round up or round down

コメント

このブログの人気の投稿

C# Tutorial Footage No.1