Create a detailed pseudocode for a program that calculates how many days are left until Christmas, when given as an input how many weeks are left until Christmas. Use variables named weeks and days.
B.input days, weeks
weeks = days * 7
display days
C.input weeks
days = weeks * 7
D.input days
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here