Write a C++ program that inputs one six-digit number, separates the number into its individual digits and prints the digits separated from one another by six spaces each. [Hint: Use combinations of integer division and the remainder operation.] For example, if the user types in 654321, the program should print 6 5 4 3 2 1
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here