C# Examples, C# 30 Programs: C# Workbook

Posted By: TiranaDok

C# Examples, C# 30 Programs: C# Workbook by Ray Yao
English | March 29, 2022 | ISBN: N/A | ASIN: B09WVWHKMN | 63 pages | EPUB | 0.21 Mb

About This Book
This book includes 30 C# practical examples for beginners.
Through these useful examples, you can study C# programming skills in depth, master skillfully the C# coding knowledge, and become an expert in C# programming.
These 30 examples cover various types of C# programming skills, such as operators, statements, array, string, function, class, object, file processing, exception……., which can be applied to real C# programming work.
This is a very helpful programming book in nowadays and in the future.

Note
This book does not include any explanations of the programs.

Table of Contents

01. Find the largest of three numbers
02. Convert decimal to binary
03. Reverse a string
04. Convert Celsius to Fahrenheit
05. Count the number of the letters
06. Case conversion
07. Counts the number of words
08. Checks if contains special character
09. Convert binary to decimal
10. Calculate the volume of a box
11. Handle exception (divided by zero)
12. Convert a number to English words
13. Search words that starts with “R”
14. Create several simples threads
15. Check if a word exists in a sentence
16. Check the thread status
17. Calculate the area of a rectangle
18. Check a prime number
19. Arithmetical operation
20. Number of lowercase & uppercase
21. Calculate the factorial ( n!=1x2x3…x10)
22. Get the sum from 1 to 100
23. Mile & kilometer conversion
24. Multiplication table
25. The greatest common divisor
26. The least common multiple
27. Calculate the area of a triangle
28. Print a diamond pattern
29. Polymorphism
30. Bubble sort