From 7901a3a5796e3cd8475ea591ca7c9845f7799097 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 14 Jun 2021 22:50:11 -0400 Subject: [PATCH] entry added --- main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/main.c b/main.c index 7f8bf4f..d07be84 100644 --- a/main.c +++ b/main.c @@ -20,6 +20,7 @@ int main() printf("\n 8. Exponent"); printf("\n 9. Area of Triangle"); printf("\n 10. Area of Rectangle"); + printf("\n 11. Circumference of Circle"); printf("\n\n * Stared entries are not fully programmed."); printf("\n Enter your choice here:_____");