pascal統計大寫英文本母的個數

時間 2021-11-01 02:33:11

1樓:匿名使用者

var ch:char;s,j,i:integer;

begin

read(ch);

while ch<>'.' do

begin

if(ch>='a')and(ch<='z')then s:=s+1;

read(ch);

end;

readln;

writeln(s);

end.

話說我就是回答你另乙個問題的人,我把那個問題裡的程式複製過來,然後略加改動就可以了,這兩個程式其實差不多,你把那個程式看懂了,這個也就會了,上面是用while的,下面給你乙個用repeat的,也差不多。

var ch:char;s,j,i:integer;

begin

read(ch);

repeat

if(ch>='a')and(ch<='z')then s:=s+1;

read(ch);

until ch='.';

readln;

writeln(s);

end.

2樓:難道是人嗎

這個思想比較簡單,只需將字串中的每乙個字元轉化成acsil瑪,與a到z的acsil瑪(65~90)比較即可,如果相等,就將計數器s加1,最後s就是答案了。

program daxie;

varst: string;

i,j,s:longint;

begin

readln(st);

s:=0; i:=0;

repeat

i:=i+1;

if (st[i]>='a') and (st[i]<='z') then s:=s+1;

until (st[i]='.');

writeln(s);

end.

3樓:匿名使用者

var ch:char;

sum:longint;

begin

read(ch);

while ch<>'.' do

begin

if (ord(ch)>=65)and(ord(ch)<=90) then inc(sum);

read(ch);

end;

writeln(sum);

end.

3.編寫乙個程式,統計出某個字串中大寫英文本母個數、小寫英文在字母個數、數字的個數。substring j**a

4樓:匿名使用者

public static void main(string args) {

string num="[1-9]";

string u="[a-z]";

string l="[a-z]";

int n=0;

int k=0;

int j=0;

string str="asdaakjsd2343423a4dsfgj2.ertert";

for(int i=0;i

5樓:夢想作坊

public static void substring(string str)  else if (temp >= 'a' && temp <= 'z')  else if (temp >= 'a' && temp <= 'z')

}system.out

.printf("\n數字:%d,大寫字母:%d,小寫字母:%d\n", number, bletter, sletter);}

6樓:淡水千痕乀

class test  else if ('a' <= character && character <= 'z')  else if ('0' <= character && character <= '9')

}system.out.println("大寫字母數量:" + count_uppercase);

system.out.println("小寫字母數量:" + count_lowercase);

system.out.println("數字的數量:" + count_number);}}

c語言:輸入一行字元,分別統計出其中的大寫英文本母、小寫英文本母、數字和其他字元的個數

輸入一行字元,以回車鍵結束輸入 分別統計其**現的大寫英文本母 小寫英文本母 數字字元 空格和其他字元 15

7樓:物理公司的

#include

int main()

printf("the number of letters is:%d\n",letter);

printf("the number of spaces is:%d\n",space);

printf("the number of digits is:%d\n",digit);

printf("the number of other words is:%d\n",others);

return 0;}

朋友的英文本母,黃金英文本母

朋友的英文單詞是friend,詳細資訊如下 friend 英 frend 美 fr nd n.朋友,友人 資助者 助手 近親 v.詩 與 為友 例句 i still wanted to be friends with alison 我還是想和艾莉森做朋友。we remained good frien...

從大寫英文本母中任選 A B C除外),發揮想象,放寫句子

小戴知識大考驗 d是拉滿的弓,是奮鬥 x是人生的交叉路口,是選擇。f是一根拐杖,是幫扶。h是互相牽著的手,是真情。w是崎嶇山路,是坎坷。 h是一座無比堅固的大橋,是友誼 從26個大寫英文本母中任意選乙個a b c除外發揮想象,仿寫句子 p是太陽公升起,代表希望 36說道 e 是不完整的日,欠日 從2...

紋身的英文字母HY大寫怎麼改,手機鍵盤上英文字母大小寫怎麼轉換

最好不要改吧 找不到那麼專業的紋身師 越改越難看不管你紋的是什麼 反正只要是第一次不太滿意 都不建議你再修改 因為第二次你一定更不滿意的作為一個過來人 告訴你紋身真的不是啥好事 以後你就會知道 在社會上給人一種不務正業的感覺畢竟中國人思想觀念還是相對保守的 不能都接受紋身吧所以還是趁早洗掉吧 雅若秀...