
Database System Concepts
7th Edition
ISBN: 9780078022159
Author: Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher: McGraw-Hill Education
expand_more
expand_more
format_list_bulleted
Question
Please no plagiaris.m....
Write a PowerShell script (.ps1 file) to do the following.
1. Ask the user to input two floating point numbers
2. Calculate the addition, subtraction, multiplication and division of the two numbers and print the following result:
Enter 1st floating Point number : 45.3
Enter 2nd floating Point number : 19.56
Basic Calculator by: Your Name
------------------------------------------
45.3 + 19.56 = 64.86
45.3 - 19.56 = 25.74
45.3 * 19.56 = 886.068
45.3 / 19.56 = 2.3159509202454
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
This is a popular solution
Trending nowThis is a popular solution!
Step by stepSolved in 2 steps with 1 images

Knowledge Booster
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
- A. Write a Python program that allows the user to enter any integer base and integer exponent and displays the value of the base raised to that exponent. Your program should function as shown below. What base? 10 What power of 10? 4 10 to the power of 4 is 10000arrow_forwardFor this problem, you will create a program that calculates the division of two numbers entered by a user. The challenge is that the user can enter anything, even non-numbers like strings. You need to ensure that your program can handle valid and invalid input correctly and provide appropriate feedback to the user without the program crashing. Follow these steps: Prompt the user to enter two numbers, one at a time. You should prompt the user for the first number, get the input, then prompt the user for the second number, and get the input. Store these numbers in variables num1 and num2. Write a function named safe_division that takes in two arguments num1 and num2. This function should perform the division of num1 by num2 and return the result. This function should be able to handle any ValueError or ZeroDivisionError that might occur during the execution and return an appropriate error message. Call your safe_division function with num1 and num2 as arguments. Print the result.…arrow_forwardCalculate, how many bytes are utilized by the variables in the following program?i. var1 BYTE 20 DUP (0)ii. var2 DWORD 20 DUP (?)iii. var4 WORD 8 DUP(“MAIN-CAMPUS”)iv. var5 DWORD 10,20,30,40,50,60,70,80arrow_forward
Recommended textbooks for you
- Database System ConceptsComputer ScienceISBN:9780078022159Author:Abraham Silberschatz Professor, Henry F. Korth, S. SudarshanPublisher:McGraw-Hill EducationStarting Out with Python (4th Edition)Computer ScienceISBN:9780134444321Author:Tony GaddisPublisher:PEARSONDigital Fundamentals (11th Edition)Computer ScienceISBN:9780132737968Author:Thomas L. FloydPublisher:PEARSON
- C How to Program (8th Edition)Computer ScienceISBN:9780133976892Author:Paul J. Deitel, Harvey DeitelPublisher:PEARSONDatabase Systems: Design, Implementation, & Manag...Computer ScienceISBN:9781337627900Author:Carlos Coronel, Steven MorrisPublisher:Cengage LearningProgrammable Logic ControllersComputer ScienceISBN:9780073373843Author:Frank D. PetruzellaPublisher:McGraw-Hill Education

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)
Computer Science
ISBN:9780134444321
Author:Tony Gaddis
Publisher:PEARSON

Digital Fundamentals (11th Edition)
Computer Science
ISBN:9780132737968
Author:Thomas L. Floyd
Publisher:PEARSON

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

Database Systems: Design, Implementation, & Manag...
Computer Science
ISBN:9781337627900
Author:Carlos Coronel, Steven Morris
Publisher:Cengage Learning

Programmable Logic Controllers
Computer Science
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education