Write a program that asks the user to enter the radius of a circle, and then computes and
displays the diameter, area and circumference of the circle. It should use a QInputDialog to
get the radius from the user and a QMessagebox to display the results.
Comments
Leave a comment