– Ask the user whether they are a CS major or not (have them type 1 for yes and 0 for no) – print the result to the screen as “CS Major: [result]” (note that this will display numerically – add cout << boolalpha; to the top of your code (inside main) to fix this).
– Ask the user to enter their favorite punctuation mark – print “Your favorite punctuation mark is: [result].”
– Ask the user to enter two numbers – store them as integers. Display the result of dividing the first by the second both as a decimal and as a value and remainder.
You should clearly communicate to the user what they need to enter for each input, and what you are displaying for each output.
All of your variables must be of appropriate data types.
Only logged in customers who have purchased this product may leave a review.

![[SOLVED] Cs150 – –](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip.jpg)

![[SOLVED] Cs150 – create a program that asks the user to enter two integer numbers, then tells the user: the sum of the numbers, the difference of the numbers (first minus second), the product of the numbers, and the quotient of the numbers with remainder. each of these should be output as a separate line and include the equation. sample output:](https://assignmentchef.com/wp-content/uploads/2022/08/downloadzip-1200x1200.jpg)
Reviews
There are no reviews yet.