• Home
  • Blog
  • LP3 Assignment: Variables, Input, and Output

LP3 Assignment: Variables, Input, and Output

0 comments

This assignment will assess the following competency: 3. Incorporate variables into a Visual Basic program.

Directions: Complete exercise 38 on page 66, exercise 7 on page 85, and exercise 28 on page 86 of your textbook. Create a MS Word file that contains your name, chapter, exercise number, and the answer for each exercise.

Submit to your instructor via the dropbox “LP3 Assignment: Variables, Input, and Output.” This assignment is worth 45 points and will be graded according to the following scoring guide.

38. Dim tax As Double

tax = 200

tax = 25 + tax

lstOutput.Items.Add(tax)

7. Dim var As Double

var = 123

txtBox.Text = CStr(var)

28. Dim quote As String quote =

I came to Casablanca for the waters.

txtBox.Text = quote & “: ” & “Bogart”

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}