| 49 | } |
| 50 | |
| 51 | void third() |
| 52 | { |
| 53 | // when the case 3 in the main menu |
| 54 | for (int l = 0; l < 120; l++) |
| 55 | { |
| 56 | cout << "="; |
| 57 | } |
| 58 | cout << endl; |
| 59 | cout << "\t\t\t\t***Find the Largest number among 3 numbers.***\n"; |
| 60 | for (int l = 0; l < 120; l++) |
| 61 | { |
| 62 | cout << "="; |
| 63 | } |
| 64 | cout << endl; |
| 65 | } |
| 66 | |
| 67 | /////Overloading functions for the Finding AREA///// |
| 68 | double area(double radius) |