Program 1 Word Handling Program Visual studio C# Using an appropriate screen layout, design, implement and test a C# application to produce a basic game called Word Handler. When the game begins the...

1 answer below »
Files attached



Program 1 Word Handling Program Visual studio C# Using an appropriate screen layout, design, implement and test a C# application to produce a basic game called Word Handler. When the game begins the user should be welcomed to the application and given basic instructions. There should be an option for the user to be able to enter and store a number of words that conform to these rules: · Word starts with a vowel · Has a length of 5 – 8 characters Valid words get added to a List. The program then should choose a word at random from the bank of words.  The user is invited to enter a word and have it checked.   Any letters that are identified correctly should be indicated to the user. The game should continue until the user decides to exit. Once the basic version of the game is working, there are further enhancements that could be made, for example: · Inclusion of a Give up Button · A limit on the number of attempts that are allowed · Testing Create and apply a suitable test plan to check the operation of the finished solution. You are required to submit: · A design layout of the GUI giving a name, type and brief description for each GUI component · Property lists of the form(s) and controls · A pseudocode design of the code (TOE Chart) Program 2 Visual Studio C# Please do not use a dictionary feature in this program. This program is meant to be very basic and the work should reflect that. ParDel is a UK based parcel delivery business which offers delivery services to personal and business customers. In an effort to streamline their delivery service they have produced a comprehensive postage strategy which it is hoped will offer customers a more cost effective service. Currently customers are having to phone to find postage costs, which is a waste of resources. The company now wish to have an online postage calculator designed which will allow customers to calculate postage costs from the company website. The company delivers parcels to 2 zones – UK and Rest of Europe. The costs for delivery are shown below: Maximum Weight UK (standard – 3-4 days) Rest of Europe (Surface Mail) 20kg £16.50 £23.80 35kg £29.40 £36.20 60kg £41.60 £45.10 85kg £52.40 £61.20 100kg £66.20 £74.80 100kg + £0.65 per kilo £0.80 per kilo In addition to the parcel cost there are a number of other costs which contribute to the overall cost of delivering a parcel: UK Delivery With UK delivery the customer has an option for next day delivery which costs £3.50 extra. Rest of Europe With the Rest of Europe, the customer has an option for Airmail which costs an extra £8.50. Furthermore, the customer is offered the choice of buying insurance for the parcel. Insurance is calculated at 10% of the cost of sending the parcel by the customer’s preferred method. Task The company would like you to design a program which will provide the customer with a form on which customers can · enter parcel details (weight and destination, etc) · select the type of delivery method (zone, airmail/surface mail, insurance etc). The program should determine the cost of delivering the parcel. The Postage costs from the table above should be stored in appropriate csv file(s) and read into the program for use. The design of the application should include THREE forms as detailed below: · Form 1 – Menu/Opening form · Form 2 – Parcel Data Collection Form · Form 3 - Output of Parcel Delivery Information and Cost form It is expected that you would make use of independent sub procedures and/or functions, as appropriate, in the solution to this problem. Once the basic version of the system is working, there are further enhancements that the company would like to be added. 1. Add a drawn logo to each of the forms – the company logo is a line drawing of a parcel with the letters PD all in an oval, using the colours black, red and yellow. This can be found below. Testing and Evaluation of Solution Please provide the following testing documentation 1. Property list of the form and controls 1. TOE Chart(s) 1. A test plan P D
Answered Same DayAug 03, 2021

Answer To: Program 1 Word Handling Program Visual studio C# Using an appropriate screen layout, design,...

Arun Shankar answered on Aug 07 2021
124 Votes


netcoreapp3.1Framework>

SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here