Skip to content
C

Weeks to Days

Easyjava

Declare final int DAYS_PER_WEEK = 7; and use it to convert weeks into days.

Input: one whole number — the number of weeks.

Output: one line — the number of days.

Input (stdin)

Output

Run your code to see output here...