Tuesday 22 October 2019

▪︎WAP to find Product of Digits.

-> CLS
INPUT "Enter any number";₩ N
P = 1
WHILE N<> 0
R = N MOD 10
P = P*R
N = N\10
WEND
PRINT "Product of digits="; P

END

No comments:

Post a Comment

Project

             SWITCH Switch is a computer networking device that is used to connect many devices together on a computer network also it calle...