Question: Write a program that asks for an integer n and prints the value of 3n + 1. For example, if the input is 5, the
Write a program that asks for an integer n and prints the value of 3n + 1. For example, if the input is 5, the output must be 16. The prompt must be the text Please write a number:
Sample output:
Please write a number: 5 16
C++ File!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
