#include<stdio.h>
#include<conio.h>
#include<iostream.h>
void main()
{
char ch;
cout<<"enter lower case letter=";
ch=getche();
if(ch>=96&&ch<=122)
ch=ch-32;
cout<<"\nresult in upper case letter="<<ch;
getch();
}
A Place which provide daily tips tricks technology news programming help games and all what you looking for
0 comments:
Post a Comment