|
-
Nov 16th, 2009, 09:02 PM
#1
Thread Starter
New Member
VB 2008 Coding Help
1.
Write a program that will identify the first character of any string that was input by the user via a text box
Output
The string begins with a sibilant. (S or Z)
The string begins with a nonsibilant. (Any other letter)
The string begins with a digit.
The string begins with a character of ANSI value less than 48 (e.g. +, &, #, or %).
The string begins with one of the following : ; < = > ? @ [ / ] ^ _ '
--------------------------------------------------------------------------
2.
The program should contain a Select Case block with a string variable as selector
Write a program that requests a color (blue or red) and a mode (steady or flashing) as input and displays the weather forecast.
Steady blue, clear view.
Flashing blue, clouds due.
Steady red, rain ahead.
Flashing red, snow instead.
--------------------------------------------------------------------------
can u guys help with any of this stuff im really trying to learn
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|