CSE 100 Lecture Notes - Lecture 13: Exponential Function

46 views4 pages

Document Summary

Cse 100 lecture thirteen notes - test review part two. Ex : a + b = 36. Modulus operator and remainder of after an integer division. Increment operator increases the integer value by one. Operator that decreases the integer value by one. Comments are descriptions for actions taken in a code without being executed by the program. A block is a set of logically connected statements enclosed by open and closed brackets. Num++ is equivalent to num = num +1. Decrements by one on the chosen variable. Num-- is equivalent to num = num - 1. Would return true if both variables a and b are true, else it would return false. Would return false if both variables a and b are false, else it would return true. Would return opposite of variable a, that would mean the return value would be true if a is false and would return false if a is true.

Get access

Grade+
$40 USD/m
Billed monthly
Grade+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
10 Verified Answers
Class+
$30 USD/m
Billed monthly
Class+
Homework Help
Study Guides
Textbook Solutions
Class Notes
Textbook Notes
Booster Class
7 Verified Answers

Related Documents