Question: Write a program which will use integer variable (input=1435) and print out: 1. integer input without any width specification.2. integer input with width 12 (default
Write a program which will use integer variable (input=1435) and print out: 1. integer input without any width specification.2. integer input with width 12 (default right aligned) 3. integer input with width 12 (default right aligned) and add 0s for unused space. 4. integer input with width 12 (left aligned) 5. integer input with width 12 (default right aligned) and precision of 2 digits.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
