Introduction to Programming
This blog assists in mastering C and C++ programming skills from basics to advanced levels.
Pages
(Move to ...)
My First C Program
Basic Concepts
Looping
Branching
Patterns
Arrays
Functions
File Management
Strings
Special C Programs
Flowchart
Algorithm
Structure
Pointer
RAPTOR
Interview Questions
Quizzes
Question Bank
Games
Security
Networking
C++ Programming
ઈન્ટરનેટનું સામાન્ય જ્ઞાન
Projects
Contact us
▼
Friday, June 10, 2016
Write an algorithm to add given two numbers.
Problem Definition:
Write an algorithm to add given two numbers.
Step 1: Start.
Step 2: Read two numbers A and B.
Step 3: Total = A+B.
Step 4: Display Total.
Step 5: Stop.
Click here to learn how to convert this algorithm in to C program.
* * * * *
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment