Question
1. Write a bash shell script for the following: Owner wants to pay the salary to his employees he Decide to pay $17.00/hour for work
1. Write a bash shell script for the following:
Owner wants to pay the salary to his employees he Decide to pay $17.00/hour for work upto 40 hours and 1.5 times the rate/hour for the work employee did after 45 hours. Prompt the user to enter rate/hour and hours worked. The output will be salary. Show the output for rate/hour = 17 and hours worked= 47.
2. Write a bash shell script code for the following: The weight of person on the moon is 1/8th of the weight of a person standing on earth. Lets assume your weight on earth increases by 1 Kg every year. Write a program that will print your weight on the moon every year for next 10 years.
Kindly give code for this.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started