Write down a program to accept user’s First and Last Name. Print full name of the user. Print the length of the full name of the user excluding the white spaces. Print the length of the First Name and Last Name respectively.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question

Problem 1:

  1. Write down a program to accept user’s First and Last Name. Print full name of the user.
  2. Print the length of the full name of the user excluding the white spaces.
  3. Print the length of the First Name and Last Name respectively.

 

Problem 2:

Write down the program that displays your mailing address as it is generally printed in your area where you live.
You do not require to take any input from the user. Mailing address can be any hypothetical address.

 

Problem 3:

Accept the length and width of the room in floating-point and compute the area of the room. Print area of the room including the units e.g. inch, meters, cms, feet, etc.

 

Problem 4:

Write a program to print the sum of n positive integers (1 to n), where n is input by the user.

You can compute summation using following formula:

Problem 5:

Create a program that reads two integers, a and b, from the user. Your program should compute and display:

  • The sum of a and b
  • The difference when b is subtracted from a
  • The product of a and b
  • The division when a is divided by b

 

Problem 6:

Accept any string input from the user and return every 3rd character of the string from 2nd index.

 

Problem 7:

Define a variable with value as following string:

“How Giving Up Refined Sugar Changed My Brain”

 

 

Print 13 characters from 17th index in reversed order of the above reversed string.  Your program should not contain more than 1 variable and string value of the variable should remain intact.

 

Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Random Class and its operations
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
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education