Week 6 : Programming Assignment 1
Due on 2022-03-17, 23:59 IST
Consider the following program. Fill in the blanks as per the instructions given below:
•at LINE-1 with appropriate function declaration for Area function
•at LINE-2 with appropriate function declaration for Print function
such that it will satisfy the given test cases
If you are using a mobile device then please rotate to landscape orientation for better experience.
Public Test Cases | Input | Expected Output | Actual Output | Status |
---|---|---|---|---|
Test Case 1 | 2 4 | 12.56 50.24 | 12.56 50.24 | Passed |
Test Case 2 | 5 1 | 78.5 31.4 | 78.5 31.4 | Passed |
Private Test cases used for Evaluation | Status |
Test Case 1 | Passed |
Week 6 : Programming Assignment 2
Due on 2022-03-17, 23:59 IST
Consider the following program. Fill in the blanks as per the instructions given below:
•at LINE-1 with appropriate keyword,
•at LINE-2 with appropriate statement so that Mul() can access private members of the class,
•at LINE-3 with appropriate statemen
Private Test cases used for Evaluation | Status |
Test Case 1 | Passed |
Week 6 : Programming Assignment 3
Due on 2022-03-17, 23:59 IST
Consider the following program. Fill in the blanks as per the instructions given below:
•at LINE-1 with appropriate statement to complete the Base class destructor declaration,
•at LINE-2 with appropriate statement to complete the Derived class destructor declaration
such that it will satisfy the given test cases.
Private Test cases used for Evaluation | Status |
Test Case 1 | Passed |
No comments