CLS
INPUT "Enter any three number"; A, B, C
IF A>B AND A>C THEN
PRINT "The greates number is"; A
ELSEIF B>A AND B>C THEN
PRINT "The greatest number is"; B
ELSE
PRINT "The greatest number is"; C
END IF
END
Subscribe to:
Post Comments (Atom)
Peer to Peer Network
Peer to Peer Network Peer-to-Peer is a network model in which each computer can function as both a client and a server. Any computer in th...

-
My Father My father name is Sujan Ram Bhattarai. He is 40 years old. He is a gentle man. A father is a...
-
Experience on the drama, aadhi ko manorum nittya. On 2076/1/26 our school take us to watch a b...
-
CLS FOR I = 1 TO 5 FOR J = 1 TO I PRINT I; NEXT J PRINT NEXT I END
No comments:
Post a Comment