Reference no: EM13960369
Programming C# (Visual Studio Version 2008)
Q1. Write a GUI program that reads a five-letter word from the user and produces all possible three letter combinations that can be derived from the letters of the five-letter word. For example, the three-letter words produced from the word "bathe" include the commonly used words "ate," "bat," "bet," "tab," "hat," "the" and "tea," and the 3-letter combinations "bth," "eab," etc. Have a "Save" button and use SaveFileDialog to save the results to a file. Also, have an "Open" button and find the five letters which are used to create the opened file. A possible GUI is given below; feel free to design your own GUI.
Q2. Suppose we wish to process survey results that are stored in a file. First, create a Windows Form that prompts the user for survey responses and outputs each response to a file. Use StreamWriter to create a file called numbers.txt. Each integer should be written using method Write.
Then add a TextBox that will output the frequency of survey responses. You should read the survey responses from numbers.txt. The responses should be read from the file by using a StreamReader. Class string's split method should be used to split the input string into separate responses, then each response should be converted to an integer. The program should continue to read responses until it reaches the end of file. The results should be output to the TextBox.
A possible GUI is given below; feel free to design your own GUI.
GUI DEDIGN:
------------------------------------------------------------------------------------
student poll __ [] x
-----------------------------------------------------------------------------------
Enter an Integer (1-10) and press enter
-------------------
------------------- Done (button here)
-------------------------------------------------------------------------------------
GUI DEDIGN:
------------------------------------------------------------------------------------
student poll __ [] x
-----------------------------------------------------------------------------------
Enter an Integer (1-10) and press enter
-------------------
------------------- Done (button here)
-------------------
------------------- View Survey Results (click button here)
Rating Frequency
1 9
2 4
3 3
4 3
5 4
6 2
7 3
8 5
9 6
10 7
-------------------------------------------------------------------------------------
Step-by-step mrp calculation process
: Utilizing the Step-by-Step MRP Calculation Process, students will solve the following MRP problem given: Product A is an end item and is made from two units of B and four of C. B is made of three units of D and two of E. Product C is made of two u..
|
What is the probabilty of gettin 2 or fewer cubs of 5 cards
: Calculate probabilites of gettin from 0 to 5 clubs on a hand
|
Calculate tension in newtons of cable attached to point c
: A single cable supports a solid circular disk A and block B. The masses are 40kg and 25kg respectively. There is no slipping between the disk and cable. After the block is released from rest, determine the angular acceleration in. rad/s2 of the dis..
|
Leadership skills through a college course or courses
: Should leadership be the manager's job, or should leadership be a shared process? Explain your answer. Are you interested in sharing leadership, or do you prefer to be a follower. Explain your answer.
|
Create windows form that prompts user survey responses
: Write a GUI program that reads a five-letter word from the user and produces all possible three letter combinations that can be derived from the letters of the five-letter word.
|
Distinguish among cost center profit centers
: Distinguish among cost centers, profit centers, and investment centers.
|
What is largest premium that investor will willing to pay
: How does the premium change as the parameter ã increases?
|
With respect to overhead, what is the opportunity cost
: Discuss how an allocation of overhead based on opportunity cost would facilitate an appropriate bidding decision.
|
Employee turnover in the hospitality industry
: Employee turnover in the hospitality industry averages 400% annually. This means that, on average, 100% of the staff of a restaurant, hotel, airline, cruise ship, etc. is replaced four (4) times per year.
|