19:16 Letter upper, lower case check by function | |
#include <iostream> using namespace std; int stugum(char c) { c&=(1<<5); if(c==0) return 0; else return 1; } int main(){ char a; cin>>a; cout<<stugum(a); return 0; } | |
|
Total comments: 0 | |
Site menu
Section categories
Search
Our poll
Statistics
Total online: 1 Guests: 1 Users: 0 |
Main » 2011 June 21 » Letter upper, lower case check by function
|