Advertisement
Prithak

Untitled

Apr 16th, 2017
195
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.45 KB | None | 0 0
  1. //**Program which does many of mathematical stuff like addition,subtraction
  2.  
  3. #include <stdio.h>
  4. #include <conio.h>
  5.  
  6. void main()
  7. {
  8. // This program will get really long because it is like 5 in 1 program
  9. printf("Welcome to Prithak's Program\n");
  10. printf("Here are the things we can do for you!\n");
  11. printf("1) Addition\n");
  12. printf("2) Subtraction\n");
  13. printf("3) Multiplication\n");
  14. printf("4) Division\n");
  15. printf("5) Squaring\n");
  16. printf(
  17.  
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement