Computer Science, asked by Pythonprogramming, 3 months ago

Write an algorithm and flowchart to find the multiple of any entered number

Answers

Answered by Anonymous
2

Answer:

CLS

REM TO GET MULTIPLE OF ANY GIVEN NUMBER

INPUT "GIVE ANY NUMBER:"; N

NEXT N TO 100000 STEP N

PRINT N

END

Explanation:

MARK ME BRAINLIST

Similar questions