From 2ccea518cd3bf78e0f4c2c68b2c13173d6f53fab Mon Sep 17 00:00:00 2001 From: KeshavSharma29 <56887924+KeshavSharma29@users.noreply.github.com> Date: Wed, 7 Oct 2020 01:01:58 +0530 Subject: [PATCH] Update Decimal to Binary,Hex,Octa.c --- Mathematical/Decimal to Binary,Hex,Octa.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Mathematical/Decimal to Binary,Hex,Octa.c b/Mathematical/Decimal to Binary,Hex,Octa.c index 830cb1e..dafe4f9 100644 --- a/Mathematical/Decimal to Binary,Hex,Octa.c +++ b/Mathematical/Decimal to Binary,Hex,Octa.c @@ -25,10 +25,10 @@ int main(void) while(1) { /*printf("Select conversion: \n\n"); - printf("1. Decimal to binary. \n"); - printf("2. Decimal to octal. \n"); - printf("3. Decimal to hexadecimal. \n"); - printf("4. Exit. \n"); + printf("1. Decimal to binary! \n"); + printf("2. Decimal to octal! \n"); + printf("3. Decimal to hexadecimal! \n"); + printf("4. Exit! \n"); printf("\nEnter your choice: "); scanf("%d", &choice);*/