Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

For Section 3.3 Exercise 82, why is the solution not viewable? I am having problem checking to see where I've made my mistake. I am

For Section 3.3 Exercise 82, why is the solution not viewable? I am having problem checking to see where I've made my mistake. I am not getting results I need in the program.

Here is the code I used:

Public Class frmValentinesDay

Private Sub btnDay_Click(sender As Object, e As EventArgs) Handles btnCalculate.Click

Dim valentineday As Integer = CDate(txtYear.Text)

Dim valentineday As Date = CDate("2/14/" & enteredYear)

txtResult.Text = valentineday.ToString("dddd") & "February 14 "

End Sub

Why am I not able to see the year I am using. I get the Day and the Date, but the years does not populate. Please Help

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Sql All In One For Dummies 7 Books In One

Authors: Allen G Taylor ,Richard Blum

4th Edition

1394242298, 978-1394242290

More Books

Students also viewed these Databases questions