A Program To Find The Sum of Any Three Numbers (Qbasic)

Normal Program
CLS
     INPUT "Enter the first number"; a
     INPUT "Enter the Second number"; b
     INPUT "Enter the third number"; c
         s = a + b + c
     PRINT "The sum of the numbers is "; s
END

See also:

Share :

Twitter
Back To Top

facebook main

counter

Powered by Blogger.