Question: ismael dominique Design Layout CS131_Exercises3 - Protected View - Saved to this PC References Mailings Review View Help Tell me what you want to do

ismael dominique Design Layout CS131_Exercises3 - Protected View - Saved to this PC References Mailings Review View Help Tell me what you want to do Exercise 2. Create a new C# Console project called BinaryOperators Share Declare an integer variable named 'a' initialized to the value 100, and another integer variable named 'b' initialized to the value 20. Output the value of 'a' following the expression "assign'a plus b' to a" using the following code example: a += b; Console.WriteLine("The value of a is now:{@)", a); Create four more binary operator statements that modify variable 'a' using the following numeric operators: subtract, multiply, divide, remainder. Repeat the WriteLine statement after each change to display the new value of variable wi a 04 W X P9 9 NI T
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
