Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use visual studio C# kindly provide a screenshot of code and output, assist me with number 1,2 and 5 chaptar a Exercises Exercises Programming Exercises
Use visual studio C# kindly provide a screenshot of code and output, assist me with number 1,2 and 5
chaptar a Exercises Exercises Programming Exercises 1.) Create a C# statement that uses each of the following built-in methods you have used in previous chapters, then make an intelligent guess about the return type and param eter list for the method used in each statement you created. a. Console.WriteLine) b. String. EqualsO c. String.CompareO d. Convert.ToInt320 e. Convert.ToChar(O f. Array.SortO 2 Create a program named SalesLetter whose Main () method uses several WriteLineO calls to display a sales letter to prospective clients for a busin your choice. Display your contact information at least three times in the letter. The contact information should contain at least three lines with data such as land line phone number, cell number, email address, and so on. Each time you want to displa the contact information, call a method named DisplayContactInfoO 3. Create a program named PaintingEstimate whose Main) method prompts a user for length and width of a room in feet. Create a method that accepts the values and then computes the cost of painting the room, assuming the room is rectangular and has four full walls and 9-foot ceilings. The price of the job is $6 per square foot. Return the price to the MainO method, and display it. 4. Create an application named ConvertQuartsToLiters whose MainO method prompts a user for a number of quarts, passes the value to a method that converts the it is displayed. A quart is 0.966353 liters 5. Create a program named FortuneTeller whose Main() method contains an array of at least six strings with fortune-telling phrases such as I see a tall, dark stranger in your future. The program randomly selects two different fortunes and passes them to a method that displays them. 6. Create an application named Multiplication whose MainO method asks the user to s a method named DisplayMultiplicationTableO input an integer and then call which displays the results of multiplying the integer by each of the numbers 2 through 10. In Chapter 4, you wrote a p in which the user enters a numeric high school grade point average and an admis test score. The program displays Accept or Reject based on those values. Now modified program named AdmissionModularized in which and test score are passed to a method that returns a string containing Accept rogram named Admission for a college admissions office sion , create a the grade point average 7. or RejectStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started