answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Still curious? Ask our experts.

Chat with our AI personalities

LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
FranFran
I've made my fair share of mistakes, and if I can help you avoid a few, I'd sure like to try.
Chat with Fran
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake

Add your answer:

Earn +20 pts
Q: Read a stringcount and print number of 'a's in the string?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How to Write a psuedocode algorithm to read in three numbers and print the highest and lowest number?

read num1 read num2 sum = num1 num2 print highest value


draw a flowchart to read a number in and print all its divisors?

Hi


What should an artist put at the bottom of each print of a limited print edition of original art?

There should be a notation with the number that print is in the run followed by a slash and the total number of the run. If the print is the 9th in a run of 100 it would read: 9/100.


How do you read an account number on a check?

To read an account number on a check, look for a series of numbers typically located at the bottom of the check. The account number is usually a long string of digits that uniquely identifies your bank account.


To find largest of 10 numbers?

Start Do 10 times read number if number > highest-number move number to highest-number end DO Print higest-number. end


How to write a Shell program to find the no of vowels in a text?

clear echo -n "Enter the Name / String:" while : do read name echo $name | awk '{print gsub(/[aeiou]/,"")}' done


1 Draw a flowchart to read a number N and print all its divisors?

startn=0n=n/1


Write a program to read and print a strings in C plus plus?

#include #include using std::cin;using std::cout;using std::endl;using std::string;using std::getline;int main(){string myString = "";cout


Help designing an algorithm?

-Start -Read the full name -Save the index of the "comma" to i -Store the characters from i+1 to the end of the string to another variable -Print the variable followed by three spaces -Stop


If you are straining to read fine print you may have a condition called?

The condition responsible for one straining to read fine print is presbyopia.


What are the child support and custody laws in NY?

The law is too long to print here. You can read the law at the related link.The law is too long to print here. You can read the law at the related link.The law is too long to print here. You can read the law at the related link.The law is too long to print here. You can read the law at the related link.


Write program that read an integer and display all its smallest factors?

All the smallest factors of a number must be its smallest factor, which for any number is 1, so: loop loop loop print "Enter an integer number: ": input n until num(n) do print "Please enter a number" repeat until n = int(n) do print "Please enter an integer" repeat print "Smallest factor of ":n:" is 1" repeat