程序接收用户键入的一个关键字以及一个句子。如果句子中不包含关键字则显示’no match’;如果句子中包含关键字则显示‘match’,且把该字在句子中的位置用十六进制数显示出来,要求程序的执行过程如下: enter keyword :abc enter sentence :we are studying abc match at location :11H of the sentence enter sentence: xyz ,ok? no match enter sentence :^c
程序接收用户键入的一个关键字以及一个句子。如果句子中不包含关键字则显示‘No match!’;如果句子中包含关键字,则显示‘Match’,且把该字在句子中的位置用十六进制数显示出来。要求程序的执行过程如下: Enter keyword:abc Enter Sentence:We are studying abc. Match at location:11H of the sentence. Enter Sentence : xyz,OK? No match. Enter Setence: ^