Learn C# The Hard Way
Tuesday, December 8, 2015
8. Numbers and Math
IN:
using System;
public class Test
{
public static void Main()
{
Console.WriteLine(26 + 30 / 5);
}
}
OUT:
32
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment