Hey everyone so I just started a intro to computer programming class and we have been given 3 assigments. I have all of them done but one and this is the one that I am totally lost on and dont know where to start or how to do it.
So please if someone could write the code and show me or tell me or even do an example
id prefer the code written so I can study each line and learn how to do it and what to do due to the fact Im just learning
Thanks everyone!!
this is the assignement
(input via dialog boxes, output via command window) In this chapter is the code for how to determine a leap year. Use that as part of your code to make this program work correctly
"Write a program that prompts the user to enter the month and year and displays the number of days in the month. For example, if the user entered month 2 and year 2012 , the program should display that February 2012 had 29 days"