Answered step by step
Verified Expert Solution
Question
1 Approved Answer
(Preface: I've asked this question before and didn't get the answer I was looking for so am asking again and dont expect a copy of
(Preface: I've asked this question before and didn't get the answer I was looking for so am asking again and dont expect a copy of that one) Visual Basic/Visual Program Details provided to be able to easily duplicate the code in the visual studio would be greatly appreciated (IMAGES of output,code, and of buttons,textboxes, and labels etc). Thanks! Also there is something named Form1.Designer.vb that has code and putting that here would be great.
CSCI 2211 Visual BASIC Program 4 Requirements This program will take a date from a user (06/01/2020) as input, then determine the day of the week ( Monday", "Tuesday",... etc.). Once you have the Day of the Week, the program should state if it is a Weekday or Weekend. If the date is on the weekend we want to show an image of relaxation, vice if the date is on a weekday we want to show an image of working or tention. The program must use decision statements. The program must be unique and titled. You may use any method for receiving the Date from the user. If the date falls on the Weekend, the program should display a happy or celebratory theme. If the date is a weekday, it should look basic, or not as lively. A reset button is required to change the program back to its beginning state. Use Case Definition 1. User enters a Date. 2. Program displays Day of the week for entered date. 3. Program displays whether chosen date is on the weekend or weekday. 4. The Program changes dramatically based on Weekday or Weekend. 5. User clicks reset button to return form to previous state, and can enter new date. 6. User clicks an exit button to close the programStep 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