Question: needs to be in c++ for all 3 please and thank you A. Write a complete C++ program that generates 3 random numbers in the

needs to be in c++ for all 3 please and thank you

needs to be in c++ for all 3 please and thank youA. Write a complete C++ program that generates 3 random numbers in

A. Write a complete C++ program that generates 3 random numbers in the range [0; 100) and prints them to the console. If the sum of generated numbers is greater than 100, program should print the largest even number among the three numbers. If the sum is less or equal 100 or there are no even numbers between the generated numbers, program should print an appropriate message. Here are some sample runs: 11 2 78 The sum is not greater than 100 43 67 7 There are no even numbers 34 67 6 The largest even number is 34 B. Write a complete C++ program that prompts the user to enter a string with five lowercase letters and determines whether it is a palindrome or not. You can assume that the length of the entered string is always 5. Here is a sample run: Enter a string with five lowercase letters: kayak It is a palindrome!!! Or Enter a string with five lowercase letters: table It is not a palindrome!!! C. Write a program that displays the following table (note that 1 meter is 3.280 feet). You must also use setw(10) to specify the number of columns for each column. Use the left manipulator to left-justify your output and setprecision() manipulator to specify number of digits. Meters 1 2 Feet 3.280 6.560 14 15 45.920 49.200

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!