Many of my friends at University has request me to post the homework code of Vb.net that I have done on my blog. and here the simple Vb.net Console Application that i’m learning at University. So I hope that younger or older brother that learning in IT can see the simple code and correct or implement it together.
-The Code are focus on how to use “IF Condition” and “Do Loop”.
Here is the Rounding Currency Code In VB.net Console Application
Module Module1
Sub Main()
Dim ROUND As Double
Dim amount As Double
Dim selected As Integer
Dim modulus As Double
Dim yesno As StringDo
Console.Clear()
Console.WriteLine(”Rounding Currency Table”)
Console.WriteLine(”1.RIEL”)
Today, the 














