Computer Science, asked by narujothi, 7 months ago

Accept a number and print the first five multiples of the number if the number is ending with 4 .( in python)

pls answer it very fast. will mark u the brainliest for sure​

Answers

Answered by upadhyayom693
1

Answer:

Round the given number to nearest multiple of 10

Given a positive integer n, round it to nearest whole number having zero as last digit.

Examples:

Input : 4722

Output : 4720

Input : 38

Output : 40

Input : 10

Output: 10

Similar questions