Part I. (4 items x 10 points) Need a screenshot of each question….
Question Answered step-by-step Part I. (4 items x 10 points) Need a screenshot of each question…. Part I. (4 items x 10 points) Need a screenshot of each question.Create a method named getCircleDiameter that takes a radius of double type as the parameter. The method should return the diameter of a circle. To compute the diameter of a circle, multiply the radius by 2.Create a struct named Product where its fields are code, description, and price.Create a class named Person with an instance variable named full_name. Declare one (1) constructor without a parameter and initialize the variable with a default value.Create a class named Account with an instance variable named account_number. Make this class a member of the Accounts namespace. Computer Science Engineering & Technology Object-Oriented Programming Share QuestionEmailCopy link Comments (0)


