~❤️
Q1.Write algorithm for the following problems.
1. To add two numbers.
2. To find out if a number is even or odd.
Answers
Answered by
4
→i shall give you both algorithm, Flow Chart and Programme for even or odd number c programming:
Algorithm
Step 1: Start
Step 2: [ Take Input ] Read: Number
Step 3: Check: If Number%2 == 0 Then
Print : N is an Even Number.
Else
Print : N is an Odd Number.
Step 4: Exit
Similar questions
Math,
11 days ago
English,
11 days ago
Science,
11 days ago
Math,
23 days ago
Social Sciences,
23 days ago
Math,
8 months ago
Computer Science,
8 months ago