What is the simplist way of understanding C#'s basic structure for codes to calculate items such as currency. Example: euro to uk sterling etc.
I am struggling with the basics. I understand the reasons, and outputs but can't seem to get the right result.
Loading
Jignesh TrivediPosted Oct 22, 2013, 12:22 AM
hi,
C# is simple object oriented and type safe programming language that provide high productivity in rapid application development.
please refer
http://www.tutorialspoint.com/csharp/
http://tutorials.csharp-online.net/CSharp_Basic_Concepts%E2%80%94Application_Startup
hope this will help you.