Question: this is for laguage c++ ellaneous Files /** @file p1.cpp CS 150 PE02: SIMPLE SELECTION/ LOGIC You have a red lottery ticket showing ints a,
ellaneous Files /** @file p1.cpp CS 150 PE02: SIMPLE SELECTION/ LOGIC You have a red lottery ticket showing ints a, b, and c, each of which is 0, 1, or 2. If they are all the value 2, the payout is 10. Otherwise if they are all the same, the payout is 5. Otherwise so long as both b and C are different from a, the payout is 1. Otherwise the payout is 0. Elint redTicket(int a, int b, int c) int result; // Your code goes here return result; I TTI /11/17TTTIIII/ STUDENT TESTS // T #include
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
