answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

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.


What is meant by the term fine print?

The term print means like if you read the paper you can see that it the prof is in the paper is you read it. Another term "it's in the fine print" when they give you the paper to read it in the "fine print".


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