Write a program to display the integers,float point numbers and string with different formats and explained above.
The program you have written demonstrates the use of width and precision specifiers for formatting integers, floating-point numbers, and strings. The output of the program is: Explanation: Thanks