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





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.







A.
none of the above






B.
input days, weeks


weeks  = days  * 7


display days








C.
input weeks


days = weeks * 7


display days








D.
input days


days = weeks * 7


display days








Jun 09, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here