UNIX/Linux Programming Answers

Questions: 89

Answers by our Experts: 89

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

Write a script to print even and an odd number from any range.


Write a script in most simplest way,


Because the way I asked for the same question, it doesn't give me any result, either provide two different method or script

Create a program that calculates the cost of building a desk. The main() function calls four other functions. Pass all variables so that the function makes copies of any variables they receive:

a. A function to accept as input from the keyboard the number of drawers in the desk. This function returns the number of drawers to the main program. 

b. A function to accept as input the type of wood –‘m’ for mahogany, ‘o’ for oak, or ‘p’ for pine 

c. A function that receives the drawer number and wood type, and calculate the cost of the desk based on the following: 

  1. Pine desk are 100. 
  2. Oak desk are 140 
  3. All other woods are 180 
  4. A 30 subcharge is added for each drawer 

This function returns the cost of the main() function. 

d. A function to display the final price. 


Write a script to enter your first name and last name and then print your concatenated name Hint( first name mandeep) Last name- Verma
Write a script to enter two numbers and do all arithmetic operations that (+,-,*,/,%)
Write a script to enter two numbers and do all arithmetic operations that (+,-,*,/,%)
Write a script to enter your first name and last name and then print your concatenated name
1. Write a script to find the are of rectangle. 2. Write a script to find the area of square.
Write a script to print to compare two strings "Linux" and "Unix".
Write a script to print the result "youngster" if you are age between 20 to 40. Hunt ( age >20 && age < 40 )
Write a script to print the marks of 5 subjects then calculator Sum and average. Hint (m1+m2+m3+m4+m5)/5
LATEST TUTORIALS
APPROVED BY CLIENTS