0% found this document useful (0 votes)
81 views3 pages

Set Get Set Get

This document describes a complex calculator that can perform several types of operations on various data types. The calculator supports basic arithmetic operators like addition and subtraction as well as relational operators like less than and greater than. It also includes logical operators like AND and OR to combine conditional statements. A few examples are provided that demonstrate solving equations and using operators to evaluate expressions involving integers, decimals, booleans, variables and conditional logic.

Uploaded by

jcvoscrib
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)
81 views3 pages

Set Get Set Get

This document describes a complex calculator that can perform several types of operations on various data types. The calculator supports basic arithmetic operators like addition and subtraction as well as relational operators like less than and greater than. It also includes logical operators like AND and OR to combine conditional statements. A few examples are provided that demonstrate solving equations and using operators to evaluate expressions involving integers, decimals, booleans, variables and conditional logic.

Uploaded by

jcvoscrib
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

Complex Calculator with several types and operators (non graded activity)... https://courses.edx.org/courses/course-v1:UC3Mx+IT.1.1x+3T2015/cou...

1 de 3

set

set

get

get

*
>=

>

==
!=

true
&&
false

||

<=
<

27/12/2015 10:07 p.m.

Complex Calculator with several types and operators (non graded activity)... https://courses.edx.org/courses/course-v1:UC3Mx+IT.1.1x+3T2015/cou...

2 de 3

342 / 17 >= 32

85 / 5 != 21 && true

x <= 30 && y;
x = 84 / 24;
y = !false && true;

27/12/2015 10:07 p.m.

Complex Calculator with several types and operators (non graded activity)... https://courses.edx.org/courses/course-v1:UC3Mx+IT.1.1x+3T2015/cou...

3 de 3

27/12/2015 10:07 p.m.

You might also like