I need a question solved for me. My question is: Write aMy question is: Write a MIPS assembly code project that contains multiple utilities and will allow the user to choose based on which utility they want to use. The utilities are described below. You will prompt the user to enter their choice of either “a”, “b”, “c”, or “d” and then based on their input, as described below, the program will prompt them to enter the further required information.- Body‐Mass Index (BMI) Calculator (“a”):The formula to calculate the BMI is BMI = kg/m2 where kg is a person's weight in kilograms and m2 is their height in metres squared. (how to build function)The user will be prompted to enter weight in kilograms, followed by height in metres and the program will out the corresponding BMI. (input and output)- Fahrenheit to Celsius converter (“b”):The formula to convert a temperature given in Fahrenheit (F) to a temperature in Celsius (C) is C = (F ‐ 32)/1.8.The user will be prompted to enter a temperature in Fahrenheit and the program will output the corresponding temperature in Celsius.- Pounds to Kilograms converter (“c”):The formula to convert a weight given in pounds (lb) to a weight given in kilograms (kg) is kg = lb / 2.2046.The user will be prompted to enter weight in pounds and the program will output the corresponding weight in kilograms.- Fibonacci sequence calculator (“d”):The Fibonacci numbers, usually denoted by Fn, form a sequence, called the Fibonacci sequence, where each number is ***** sum of the two preceding ones, starting from 0 and 1.In other words:F0 = 0,F1 = 1 ,Fn = Fn−1 + Fn−2 (for n > 1).The user will be prompted to enter a number n > 1 and the program will output the corresponding Fibonacci number.Note:If the user enters anything other than one of the four choices (“a”, “b”, “c”, or “d”), they will simply be re‐prompted enter their choice.For each of the four options, you can assume that the input entered by the user is valid (no error checking is required). … read more
SpanishScientist
Postdoctoral researcher
Doctoral Degree
262 satisfied customers
This is a c++ question. please help me out. A paintingthis is a c++ question. please help me out.A painting company has determined that for every 8 square meters of wall space, one litre of paint and 1.5 hours of labour will be required. The company char… read more
SpanishPhysicist
Post-doctorate in CS
948 satisfied customers
A painting company has determined that for every 8 squareA painting company has determined that for every 8 square meters of wall space, one litre of paint and 1.5 hours of labour will be required. The company charges R55 per hour of labour. You have been t… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
A small company is moving all its employee data to aA small company is moving all its employee data to a computer. To make a smooth transition, a software program will permit the data entry personnel to enter data into a file. Design a program that wri… read more
Jabi
Tutor
Master's Degree
1,795 satisfied customers
Given the following code and function prototype, write theGiven the following code and function prototype, write the function call.const float PI = 3.14;float AreaOfCircle ( float radius );int main(){float area, radius;cin >> radius;Write the function … read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
I am having issues with a piece of Java code. I am workingI am having issues with a piece of Java code. I am working with arrays and need to store the arrays location calls to then print out a summary or all the calls made in a session.… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
6) Write a program that contains a main function and three6) Write a program that contains a main function and three other functions that will return various attribute information about an array of floating point numbers:array_sum - total sum of all array el… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
Write a C program using multiple functions that willWrite a C program using multiple functions that will calculate the gross pay for a set of employees.See the last lecture note this week for a template you can use if you feel you need something to sta… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
1.Code writing The weight of water is 62.42796 pounds per1.Code writing The weight of water is 62.42796 pounds per cubic foot.Write a complete C++ program to input the length, width, and depth of a pool in feet. Compute the volume (Volume is the length time… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
The Fast Freight Shipping Company charges the followingThe Fast Freight Shipping Company charges the following rates:Weight of Package Rate per Pound 2 pound or less $1.50 Over 2 pounds but not more than 6 pounds $3.00 Over 6 pounds but not more than 10 p… read more
ehabtutor
C.E.O
Bachelor's Degree
75 satisfied customers
Design a program that will allow a user to Input a list ofDesign a program that will allow a user to Input a list of his family members along with their relation (i.e. brother, sister, etc.), age and state where they reside. Determine and print the average a… read more
Homework Help
System Analyst
Bachelor's Degree
6 satisfied customers
TO: ***** ***** C program that determines the gross pay andTO: ***** ***** a C program that determines the gross pay and net pay for each of up to ten employees, then prints out a payroll summary report. For each employee, your program should prompt for the n… read more
Raj
SAP ABAP Consultant
Master's Degree
365 satisfied customers
According to Coulombs Law, two electrically charged particlesAccording to Coulomb's Law, two electrically charged particles attract or repel one another with a force F that is proportional to their charges q1 and q2 and inversely proportional to the square of t… read more
Chris Parker
Master's Degree
2,025 satisfied customers
Write a C program that gets 20 floating point numbers fromWrite a C program that gets 20 floating point numbers from keyboard (user) and stores them in an array. Then the program calculates the square roots of each number using the function sqrt() in math.h.… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
FOR LOGICPRO ONLY. Deadline: I need this by 3/12/2013 please. ForFOR LOGICPRO ONLY. Deadline: I need this by 3/12/2013 please. For this assignment please include: 1) Each function needs a fuction comment header 2) Comment each local variable in each function 3) Add… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
HOMEWORK 5 STRUCTURES Write a C program that will calculateHOMEWORK 5 STRUCTURES Write a C program that will calculate the gross pay of a set of employees. The program should prompt the user to enter the number of hours each employee worked. When prompted, ke… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
For LogicPro Only.Program StatementThe quadratic formulaFor LogicPro Only. Program Statement The quadratic formula is: x = -b ± √b2 – 4ac 2a Write a program that will input the three coefficients (a, b and c) of a quadratic polynomial ax2 + bx + c and writ… read more
LogicPro
Engineer
Bachelor of Technology
14,482 satisfied customers
. Shipping Charges The Fast Freight Shipping Company charges. Shipping Charges The Fast Freight Shipping Company charges the following rates: Weight of Package Rate per Pound 2 pounds or less $1.10 Over 2 pounds but not more than 6 pounds $2.20 Over 6 pounds b… read more
Raj
SAP ABAP Consultant
Master's Degree
365 satisfied customers
Disclaimer: Information in questions, answers, and other posts on this site ("Posts") comes from individual users, not JustAnswer; JustAnswer is not responsible for Posts. Posts are for general information, are not intended to substitute for informed professional advice (medical, legal, veterinary, financial, etc.), or to establish a professional-client relationship. The site and services are provided "as is" with no warranty or representations by JustAnswer regarding the qualifications of Experts. To see what credentials have been verified by a third-party service, please click on the "Verified" symbol in some Experts' profiles. JustAnswer is not intended or designed for EMERGENCY questions which should be directed immediately by telephone or in-person to qualified professionals.