Question: 2) (5pts) a) Given the code below, list the tokens by category. (Keywords, Identifiers, Constants, Special Characters, Literal/Strings and Operators) int main() { const
2) (5pts) a) Given the code below, list the tokens by category. (Keywords, Identifiers, Constants, Special Characters, Literal/Strings and Operators) int main() { const double tax = .12; double price = 250.00; char choice = 'Y' double totalPrice = (tax price)+ price; return 0; }
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
