Chapter 15: Problem 6
(Write \(C++\) Statements) Write a statement for each of the following: a) Print integer 40000 left justified in a 15 -digit field. b) Read a string into character array variable state. c) Print 200 with and without a sign. d) Print the decimal value 100 in hexadecimal form preceded by \(0 x\). e) Read characters into array charArray until the character 'p' is encountered, up to a limit of 10 characters (including the terminating null character). Extract the delimiter from the input stream, and discard it. f) Print 1.234 in a 9 -digit field with preceding zeros.
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.