Skip to content

Conversation

@ronaksarda
Copy link

Fixes #issue-number-1

What was changed

  • Added user input instead of hard-coded values
  • Modified logic to support both uppercase and lowercase input

Testing

  • Compiled using gcc
  • Tested with both uppercase and lowercase inputs

// if it's vowel: print 1, if it's consonant: print 0, and if anything else: print -1.

#include<stdio.h>
#include<string.h>
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A useless headerfile for this program unless we want to convert the char into a string

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant