subject

*PS i need the question #3* Thanks Write a C++ program to input two positive numbers A and B; A<B.
Then the program should do the following tasks:
1. Output all prime numbers between 1 and B.
2. Compute and output the value of the sequence: A +A^2/2 + A^3/3 + + A^B/B
3. Output the square root value of each integer between 1 and A.
4. Check if A and B have the same count of digits or not.
5. Exit
The program should loop on the above menu till the user selects 5 to exit.​

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 20:40
Write a program that begins by reading in a series of positive integers on a single line of input and then computes and prints the product of those integers. integers are accepted and multiplied until the user enters an integer less than 1. this final number is not part of the product. then, the program prints the product. if the first entered number is negative or 0, the program must print “bad input.” and terminate immediately. next, the program determines and prints the prime factorization of the product, listing the factors in increasing order. if a prime number is not a factor of the product, then it
Answers: 2
question
Computers and Technology, 22.06.2019 21:30
Write a function named printfloatrepresentation(float number) that will print the floating point representation of a number using the format given below. (sign bit) exponent in binary (assumed bit).significandfor example if the number passed an argument is 71 yourprogram should print (0) 10000101 (1).00011100000000000000000similarly if the number passed to the function as argument is -71 the program should print (1) 10000101 (1).00011100000000000000000
Answers: 3
question
Computers and Technology, 24.06.2019 13:00
Why should you evaluate trends when thinking about a career path?
Answers: 1
question
Computers and Technology, 24.06.2019 18:30
What is the local portion of the e-mail address below? [email protected] a.) @ b.) biz c.) gumchewer d.) twrigley
Answers: 1
You know the right answer?
*PS i need the question #3* Thanks Write a C++ program to input two positive numbers A and B; A<...
Questions
question
Mathematics, 19.05.2021 02:20