OpenGuide / C-Guide-for-Beginners

This will be an Open Guide for all beginners in Python ! You can read and learn simple C codes here , and whats more interesting is that you can even Contribute !!!
MIT License
8 stars 90 forks source link

Add program to find sum of two numbers #110

Open MatRanc opened 5 years ago

MatRanc commented 5 years ago

Screen Shot 2019-10-17 at 6 36 45 PM This program will calculate the sum of two numbers. Using only scanf for taking user inputs directly from the CLI, no other libraries are required. The program will simply ask for the first number, and then the second in which they will be calculated and displayed for the user.