Question: Write a C# statement to accomplish each of the following tasks: a) Declare the int variable sum and initialize it to 0. b) Declare the
Write a C# statement to accomplish each of the following tasks:
a) Declare the int variable sum and initialize it to 0.
b) Declare the int variable x and initialize it to 1.
c) Add variable x to variable sum, and assign the result to variable sum.
d) Display "The sum is: ", followed by the value of variable sum.
Step by Step Solution
3.28 Rating (166 Votes )
There are 3 Steps involved in it
a Int sum 0 b In... View full answer
Get step-by-step solutions from verified subject matter experts
