Question
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
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