Skip to content

Commit

Permalink
Update and rename vowal_consonant.c to Himanshu Sharma/vowal_consonan…
Browse files Browse the repository at this point in the history
…t.cpp
  • Loading branch information
Rajspeaks authored Oct 21, 2021
1 parent 9ed0562 commit a39861c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions vowal_consonant.c → Himanshu Sharma/vowal_consonant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,12 @@ int main()
printf("%c is a Consonant", ch);
return 0;
}


//output:
// Enter an alphabet: k
// k is a Consonant


// Enter an alphabet: a
// a is a vowel

0 comments on commit a39861c

Please sign in to comment.