Programming languages
Home
Write an algorithm for adding two numbers
Write an algorithm for adding two numbers
Steps:-
Initialize the variable(say a and b).
Add a and b.
Initialize c=a+b;
Print c.
Post a Comment
0 Comments
Search This Blog
Ad Code
Responsive Advertisement
Report Abuse
Ad Space
Responsive Advertisement
Social Plugin
Recent Post
2/recent/post-list
Popular Posts
Write a program to input month number and display number of days in that month
July 30, 2021
Write a program to check whether a year is leap or not
June 20, 2021
0 Comments