0% found this document useful (0 votes)
50 views

Design Example PDF

This document provides an example of a simple calculator design using conditional logic structures. It uses an if-else condition to determine the flow, and also demonstrates a switch case statement for handling different calculation operations. The design utilizes common programming constructs to build a basic calculator application in a concise manner.

Uploaded by

vigneshwar R
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)
50 views

Design Example PDF

This document provides an example of a simple calculator design using conditional logic structures. It uses an if-else condition to determine the flow, and also demonstrates a switch case statement for handling different calculation operations. The design utilizes common programming constructs to build a basic calculator application in a concise manner.

Uploaded by

vigneshwar R
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
You are on page 1/ 3

Design Example

1st Simple calculator


If – else condition
• Continues if – else statement
Switch case statement

You might also like