Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

ng ( ) Name: Student ID: Section: [5. MARKS] Create a program that declares the following five variables: letter_1 is a character variable. number_2 islan

image text in transcribed

ng ( ) Name: Student ID: Section: [5. MARKS] Create a program that declares the following five variables: letter_1 is a character variable. number_2 islan integer variable. - value_3 is a Boolean variable. number_4 is a floating-point variable. number_5 is a double float-point variable. Next prompt the user to enter a value for each variable from the keyboard: (The values entered by the user from the keyboard should be assigned to the variable.) Enter a value for letter 1: (Enter M from the keyboard) Enter a value for number_2: (Enter 5 from the keyboard) Enter a value for value_3: (Enter 1 from the keyboard) Enter a value for number_4: (Enter 5.0 from the keyboard) Enter a value for number_5: (Enter 5.0 from the keyboard) Next perform the following arithmetic operations with each variable. a. letter_1 = letter_1 +32; b. number_2 = (number_2 + 3) * 6: c. value_3 (2 + value_3) * 6: d. number_4 = number 4 / 5 22.0: e. number_5 = number_5 / 5 * 22.0: Finally, display the new values of each variable as follows: The new value for letter_1 is: X (USING FIELD WIDTH OF 1) The new value for number_2 is: XXXXX (USING FIELD WIDTH OF 5) The new value for value_3 is: X (USING FIELD WIDTH OF 1) The new value for number_4 is: xxx.xx (USING FIELD WIDTH OF 5 WITH 2 DECIMAL PLACES) The new value for number_5 is: xxxxx, xox (USING FIELD WIDTH OF 9 WITH 4 DECIMAL PLACES) The Name, Student ID and Section number that appears in the output of

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

SQL Server Query Performance Tuning

Authors: Sajal Dam, Grant Fritchey

4th Edition

1430267429, 9781430267423

More Books

Students also viewed these Databases questions

Question

What skills do you feel you need to develop?

Answered: 1 week ago