Welcome to Westonci.ca, the place where your questions are answered by a community of knowledgeable contributors. Our platform offers a seamless experience for finding reliable answers from a network of experienced professionals. Discover in-depth answers to your questions from a wide network of professionals on our user-friendly Q&A platform.

Write a program using a do.. while loop to allow the user to input two doubles. Print the two doubles. If the first double is equal to the second double, repeat the loop, otherwise leave the loop. Use two double variables named first and second. Test it once with the following pairs of numbers:3.1 and 3.15.7 and 5.77.2 and 7.8