Question: Question 6 Visual Basic allows programmers to implement simple as well as complex programming solutions. (a) Write a program that requests user's name, user's year

 Question 6 Visual Basic allows programmers to implement simple as well

Question 6 Visual Basic allows programmers to implement simple as well as complex programming solutions. (a) Write a program that requests user's name, user's year born and current year. Program will calculate user's age and then show the output in a text box along with name and age. (10 marks) (b) Determine the output displayed in the list box when the button is clicked. i. For j As Integer = 2 TO 8 Step 2 1stBox.Item. Add (j) Next 1stBox.Item.Add("Who do we appreciate?") (6 marks) ii. For i As Integer = 1 to 3 IstTable.Items.Add( i & ""&i^2) Next (4 marks) (c) Using If...Else loop, write a program that requets user's Grade Point Average (GPA) and then displays the status as Dean List or Not Dean List. Dean List is awarded for GPA above 3.75. (5 marks) [25 Mark]

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!