AMIKA SIRIKHANT
วันพุธที่ 5 สิงหาคม พ.ศ. 2552
iostream
การนับจำนวนตัวอักษร
#include "iostream"
#include "conio.h"
using namespace std;
int main(){
char chr;
int count = 0;
cin>>chr;
while(true){
if(chr == '#')
break;
count++;
cin>>chr;
}
cout<<"total characher is : "<"count<"endl;
getch();
return 0;}
ไม่มีความคิดเห็น:
แสดงความคิดเห็น
บทความใหม่กว่า
บทความที่เก่ากว่า
หน้าแรก
สมัครสมาชิก:
ส่งความคิดเห็น (Atom)
ไม่มีความคิดเห็น:
แสดงความคิดเห็น