0% found this document useful (0 votes)
3 views2 pages

Simple Arithmetic Calculator Program

The document outlines a request for a program that functions as a calculator, capable of performing all basic arithmetic operations: addition, subtraction, multiplication, division, and modulus. It specifies that the output should be presented in printed form. The document lists each operation as a separate item.

Uploaded by

gunmay414
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views2 pages

Simple Arithmetic Calculator Program

The document outlines a request for a program that functions as a calculator, capable of performing all basic arithmetic operations: addition, subtraction, multiplication, division, and modulus. It specifies that the output should be presented in printed form. The document lists each operation as a separate item.

Uploaded by

gunmay414
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Question

Write a program to make a calculator (all arithmetic operations +, -, *, /, % ) in printed form.

Output

 Addition

 Subtraction
 Multiplication

 Division

 Modulus

You might also like