PatrickFrankAIU / ITWEB220-2404A

Learning resources for students in ITWEB 220, term 2404A.
0 stars 0 forks source link

Exercise 1: Convert Years to Days #2

Open PatrickFrankAIU opened 3 months ago

PatrickFrankAIU commented 3 months ago

Objective: Work with numeric input and simple arithmetic to convert years to days.

Instructions:

Example Output: If the user enters "25" as their age, the output should be "You are approximately 9125 days old."

Note: Don't try to include the days that have passed since the user's last birthday. That would require branching logic, which we'll look at in Module 2.