Computer Science, asked by kasetatimothy, 8 months ago

Tamara is writing a program to organize students in a class and needs use operators to organize student grades, then compare the results of that to each other. What kinds of operators does Tamara need to use for each step?

Answers

Answered by nirajkhairnar3
0

Answer:

In addition to the comparison operators that we learned previously, we can also use the following logical operators:

Operation SAS syntax Alternative SAS syntax

are both conditions true? & AND

is either condition true? | OR

reverse the logic of a comparison ^ or ~ NOT

You will want to use the AND operator to execute the THEN statement if both expressions that are linked by AND are true, such as here:

Similar questions