diff --git a/exercise3.c b/exercise3.c index d2f87eb..88ab1f7 100644 --- a/exercise3.c +++ b/exercise3.c @@ -9,11 +9,19 @@ //main function section int main(){ + //write here your program + char myAlphabet[3][3] = {{h,g,f},{c,n,p},{o,m,q}}; + + scanf(" %c", theAlphabet[3][3]); + + printf("Character from Row 3 and Column 3 is %c", theAlphabet[3][3]); + + return 0; } -//user-defined section \ No newline at end of file +//user-defined section