Please show it in Python.
Please don't use any function method.
Please show step by step with comments.
Please show it in simplest form.
Extracted text: Task 9 Write a Python code for the following: • Ask the user to enter a Number, N • Display the summation of multiples of 7 up to that number (from 1 to N inclusive) Example01: Input: 50 Output: 196 Explanation: 7+ 14 + 21 + 28 + 35 + 42 + 49 = 196 Example02: Input: 75 Output: 385 Explanation: 7 + 14 + 21 + 28 + 35 + 42 + 49 + 56 + 63 + 70 = 385
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here