Question: C++ 3.4 Write a program that reads 3 numbers and prints all the same if they are all the same, all different or neither, otherwise.
C++
3.4 Write a program that reads 3 numbers and prints "all the same" if they are all the same, "all different" or "neither", otherwise.
3.9 Write a program that reads the number of degrees away from North (the angle) of a compass needle and prints the direction (N, NE, E, SE, S, SW, W, NW). in case of a tie between pick the nearest principal direction (N, S, E, W).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
