Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Mind Your P's and Q's In C Use STDIN and STDOUT for the input and output Mind Your P's and Q's Filename: PANDQ The Problem:
Mind Your P's and Q's
In C
Use STDIN and STDOUT for the input and output
Mind Your P's and Q's Filename: PANDQ The Problem: Given a list of strings, count the number of occurrences of the letters P and Q in each. The Input: On each line will be one string, starting in column one. The strings are guaranteed to be between one and seventy characters in length, inclusive. The only characters that will appear in the strings are capi tal letters. The Output: For each input string, print the number of P's and Q's, in the following format: where n is the number of P's, and m is the number of Q's Sample Input: GJKRYQRGHBHJBHKOPPUBHIGUGYUGYIHIHK PPPPPPPPP0QPPPo00 THISHASNONEOFEITHER Sample Output: 2 P'S, Q'S 12 P's, 15 Q'S 0 PS 0 Q'S
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started