Write pseudocode to multiply two numbers together and print their result
Answers
Answered by
11
Explanation:
✨read numbers A and B from input medium
✨compute C=A.B
✨if C is unequal to 0print C then go to 1
✨terminate the program..
be smiling NANBA☺
Answered by
3
The स्यूडोकोड for multiplying two numbers is,
- Start
- Read A and B.
- Store A X B in C.
- Print C.
- End
- It is a simple program for the depiction of the multiplication operation.
- In the above set of instructions, we have read the inputs in A and B.
- Then, we have multiplied the values of A and B and stored the result of multiplication in C.
- Finally, we have outputted the value of C as the result of multiplication.
Similar questions
Math,
4 months ago
Geography,
4 months ago
India Languages,
8 months ago
Social Sciences,
11 months ago
Social Sciences,
11 months ago