answersLogoWhite

0


Best Answer

Hi Friends I have posted a small program for checking vowels in console in vb.net

If there is any corrections please let me know...........

Module Module1

Dim a As Char

Sub Main()

Console.WriteLine("Enter Alphabets")

a = Console.ReadLine()

If a = "a" Or a = "e" Or a = "i" Or a = "o" Or a = "u" Or a = "A" Or a = "E" Or a = "I" Or a = "O" Or a = "U" Then

Console.WriteLine("Entered Leter Is Vowel")

Else

Console.WriteLine("Entered Letter is Not Vowel")

End If

End Sub

End Module

by,

S . Jai Gannesh(AJ)

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do write a program to check vowel or constant in visual basic?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Error on visual basic?

check


How do you do the check box in visual basic 6.0?

i want the answer how to connect checkbox in vb


How did visual basic evolve?

In the early 1960, two mathematics professors at Dartmouth college level opened basic to provide their student with an easily learned language that could tackle complicated programming projects. pa check mo sa teacher ko?


How do you download visual basic 6.0?

Microsoft no longer provide support for Visual Basic 6.0, and downloading or torrenting a copy of the program is illegal because you did not purchase a license for the product. Entertainingly, you can no longer purchase licenses for this product from Microsoft. Your best bet would be to ask friends or companies who have legitimately purchased this product and no longer require it and are willing to give up their license to you (Though you should check if the license is transferable first). It is however, highly suggested that you move on to the more up to date and supported technologies provided by Microsoft, currently Visual Basic 2010. This can do anything that you could do in Visual Basic 6.0 although some rather dramatic changes need to be adopted in regards to the basic programming logic of the language, as it becomes heavily object oriented. Certain rumors have circulated that you can only make game trainers on vb 6.0, this is incorrect and the majority of programmers find the visual basic 2010 environment easier to use.


How do you make a program to check the remainder in gw-basic?

Use the MOD operator to get the remainder of integer division.


Do I have to go through basic visual training to become a cop?

I have never heard of that. I think you just have to go to your local police station and take their course, its only like 6 weeks. Check with them. It's just a basic course, background check, and drug test.


What function are used for string length in visual basic?

string length is a function use to check the lenght of a string i.e number of alphabets in a word or sentence.


What is the program that performs system check when computer is first turned on?

The BIOS (Basic Input Output System) runs the initial disc check and starts the required programs when you switch it on.


I have dual screen monitors. Is there a way to have a different background image on each monitor?

Absolutely, I developed a utility program allowing this alreade several years ago using Visual Basic 6.0, but now there are better utilities available for free. Check out DisplayFusion at http://www.binaryfortress.com/displayfusion/ It's a nice piece of work!


Can you check my Visual Basic code?

No. In order to check you code we must first see your code, but the answers website is not intended to be used for this purpose; it exists purely to answer questions, nothing more. Submit your code to a coding forum instead.


Where can you get tutorials for making software?

I would check out YouTube. For example search "Visual Basic Internet Browser tutorial" and you would get many tutorials on how to make it. You could also do the same in Google.


Is there any source code for longitudinal redundancy check?

It depends on the language you want to use. Here is a VB example:http://bytes.com/topic/visual-basic-net/answers/443023-lrc-calculation-algorithm