Read our blogs, tips and tutorials
Try our exercises or test your skills
Watch our tutorial videos or shorts
Take a self-paced course
Read our recent newsletters
License our courseware
Book expert consultancy
Buy our publications
Get help in using our site
547 attributed reviews in the last 3 years
Refreshingly small course sizes
Outstandingly good courseware
Whizzy online classrooms
Wise Owl trainers only (no freelancers)
Almost no cancellations
We have genuine integrity
We invoice after training
Review 30+ years of Wise Owl
View our top 100 clients
Search our website
We also send out useful tips in a monthly email newsletter ...
Software ==> | Visual C# (55 exercises) |
Topic ==> | C# variables (3 exercises) |
Level ==> | Relatively easy |
Subject ==> | C# training |
This exercise is provided to allow potential course delegates to choose the correct Wise Owl Microsoft training course, and may not be reproduced in whole or in part in any format without the prior written consent of Wise Owl.
To avoid having to draw the form needed for this exercise, right-click on the name of your project in Solution Explorer then choose Add --> Existing Item... (you can also press SHIFT + ALT + A to do the same thing).
Choose only the file called frmWordLength.cs in the above folder to import it into your project, then edit Program.cs to make this the default form. When you run your application, you should now see this:
The idea is to attach code to the two buttons so that they do what they say they will!
Attach code to the button on the left so that it creates two variables:
Variable | Type | Will hold |
---|---|---|
phrase | string | The text typed into the box |
phraseLength | int | The number of characters in the phrase |
Get the button to display two messages in succession. The first message should confirm what text you typed in:
A simple message summarising what you typed in.
The second message should say how many letters this message contains:
The number of letters in the message your user typed in.
Use Length to show the length of your text. Note that this is a property, not a method, and so doesn't need any brackets after it.
Use Replace to replace every space in the phrase with an empty string ("") to get the second button to work:
Clicking on the second button should display this message for the text typed in here.
You get bonus points for using the Trim() method to remove any leading or trailing spaces from your text before finding out how long it is!
Close down any files that you have open. The preceding sentence had 40 characters in, if you're interested!
You can find other training resources for the subject of this exercise here:
Kingsmoor House
Railway Street
GLOSSOP
SK13 2AA
Landmark Offices
99 Bishopsgate
LONDON
EC2M 3XD
Holiday Inn
25 Aytoun Street
MANCHESTER
M1 3AE
© Wise Owl Business Solutions Ltd 2024. All Rights Reserved.