C How to Program (8th Edition)
C How to Program (8th Edition)
8th Edition
ISBN: 9780133976892
Author: Paul J. Deitel, Harvey Deitel
Publisher: PEARSON
bartleby

Concept explainers

bartleby

Videos

Question
Book Icon
Chapter 21, Problem 21.9E
Program Plan Intro

Program Plan-

  • Initialize the variables.
  • Use C++ header library function <iomanip> to manipulate the streams of data and replaces the header file <iomanip.h>
  • Setw stream manipulator is used to set the width of the files.
  • Initialize also the field values.
  • Create statement for to test the output in the various fields of lengths.
  • Display the sample output.

Summary Introduction- This program test the results of printing the integer values 12345 and the floating point values that is 1.2345 in various fields of sizes.

Program Description- The purpose of the program is to test the results of printing the integer values 12345 and the floating point values that is 1.2345 in various fields of sizes.

Blurred answer
Students have asked these similar questions
(Integer) Bit Operators. Write a program that takes begin and end values and prints out a decimal, binary, octal, hexadecimal chart like below. If any of the characters are printable ASCII characters, then print those, too. If none is, you may omit the ASCII column header.    
(Limitations of Floating-Point Numbers for Monetary Amounts) Section 4.6 cautionedabout using floating-point values for monetary calculations. Try this experiment: Create a floatvariable with the value 1000000.00. Next add to that variable the literal float value 0.12f. Displaythe result using printf and the conversion specifier "%.2f". What do you get?
(Java)   Write a program as follows: prompt the user to enter a positive value of type byte. cast this input first to type int and then to type char. if the char is a printable ASCII character (from 32 to 122 ), display it. if the user's input is bad, the program should end gracefully with an error message.
Knowledge Booster
Background pattern image
Computer Science
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Text book image
Database System Concepts
Computer Science
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:McGraw-Hill Education
Text book image
Starting Out with Python (4th Edition)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON
Text book image
Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON
Text book image
C How to Program (8th Edition)
Computer Science
ISBN:9780133976892
Author:Paul J. Deitel, Harvey Deitel
Publisher:PEARSON
Text book image
Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Literals in Java Programming; Author: Sudhakar Atchala;https://www.youtube.com/watch?v=PuEU4S4B7JQ;License: Standard YouTube License, CC-BY
Type of literals in Python | Python Tutorial -6; Author: Lovejot Bhardwaj;https://www.youtube.com/watch?v=bwer3E9hj8Q;License: Standard Youtube License