Question: ( I need these problems converted to a visual program starting with strict on and module main ) A child's parents promise to give the

(I need these problems converted to a visual program starting with strict on and module main)
A child's parents promise to give the child $10 on her twelfth birthday and double the gift on every subsequent birthday until the gift exceeds $1000. Write a console application program to determine how old the girl will be when the last amount is given and what is that exact amount, and the total amount she would have received including the last gift, through all those years. Use the "FormatCurrency" function to make sure output is displayed properly.
Solve a problem that has the user continually entering integers, one at a time, and these integers need to be in the range of 0 to 10, and calculates their sum until the sum is over 35. When done the sum and last numbered entered should be displayed. Need to also make sure the number is between 0 and 10. If enter a number outside this range, then display an error message to user and do not include the entered number in the summation.
A problem that has a user enter positive numbers and keeps record of how many even numbers are entered. When user enters 0 problem stops and then displays the number of even numbers entered. For example, if user enters 3,56,4,13,779,46 and 0, then problem would display something like "User entered 3 even numbers". Also do the following:
Need to first verify that entered integer is a numeric string, if not, display error message telling this then have user reenter another number. This may require another loop within the outer loop.
A problem that has user continue to enter weight of people and keeps a running total weight of all the people and also keeps track of the number of people entered. This will continue until a weight entered is less than or equal to zero. Problem will then display the average weight of all the people.
 (I need these problems converted to a visual program starting with

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!