D. Complete this flowchart to calculate the sum, and difference of two numbers:
Start
Input two numbers
P and Q
Sum = P + Q
Print Sum
Answers
Answered by
0
Console.WriteLine("Enter addend 1")
int P ConvertToInt32(Console.Readline);
Console.WriteLine("Enter addend 2")
int q ConvertToInt32(Console.Readline);
int pq p + q
Console.WriteLine("The sum is" + pq)
Similar questions
Math,
29 days ago
Science,
1 month ago
Computer Science,
1 month ago
Hindi,
8 months ago
Geography,
8 months ago