Question: create a project named swap numbers on visual studio in the Main ( ) method follow the steps below to complete the program, read in

create a project named swap numbers on visual studio in the Main()
method follow the steps below to complete the program, read in two double numbers - Num1 and Num2. Assume Num1=100.5, and Num2=200.9. Print out the following message on screen: Before swapping, Num1 is 100.5, and Num2 is 200.9 initially. you must use method WriteLine() with string interpolation for this. Swap these two numbers. Therefore Num1 is 200.9 and Num2 is 100.5. Then print out the following message on screen: After swapping, Num1 is 200.9, and Num2 is 100.5.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!