Вы находитесь на странице: 1из 1

LAB:06

Source code
#include<iostream.h>
#include<conio.h>
main(){
clrscr();
int count=0;
char a,ch;
cout<<".....Type a Phrase..... "<<endl;
do
{
cin>>a;
count=count+1;
cout<<" Charecter count Is!!! "<<count;
}

while(getche()!=0);

getch();
}
Object code

Вам также может понравиться