0% found this document useful (0 votes)
38 views

Training Codes by Me

This document provides code snippets for checking if a number is even or odd and printing the result, as well as code tags related to training topics like system information, problem solving, object oriented programming, and probabilistic simulation. The document also includes tags for Xamarin.forms for Windows RT and tablets.

Uploaded by

limenih
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views

Training Codes by Me

This document provides code snippets for checking if a number is even or odd and printing the result, as well as code tags related to training topics like system information, problem solving, object oriented programming, and probabilistic simulation. The document also includes tags for Xamarin.forms for Windows RT and tablets.

Uploaded by

limenih
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Training Codes

1. Check if number is even or odd

string result = (num % 2 == 0) ? "Even" : "Odd";


Console.WriteLine("{0} is { 1}", num, result);

yalgebulgn

01system information

03problem solving

04 object oriented programming

07 prohabilistic simulation

_PLEASER SUPPORT

Xamarian.forms.WinRT

Xamarian.forms.WinRT.tablet

Build

nores

You might also like