Programming languages
Home
Flowchart to add two numbers
Flowchart to add two numbers
EXPLANATION:-
START
INPUT
(
Take the inputs as Number1, Number2
)
PROCESS
(Sum=Number1+Number2)
DISPLAY
(Print sum)
END
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
Program to calculate sum of 5 subjects and print percentage
May 22, 2021
0 Comments