how many days are in a normal year (not a leap year)? days

how many days are in a normal year (not a leap year)? days
Answer
Explanation:
Step1: Recall year - day knowledge
A non - leap year has 12 months with specific day counts.
Step2: Sum up the days
There are 7 months with 31 days (1, 3, 5, 7, 8, 10, 12), 4 months with 30 days (4, 6, 9, 11) and February has 28 days. So the total number of days is (7\times31 + 4\times30+28=217 + 120 + 28=365).
Answer:
365