Java | JSP | JSF Answers

Questions: 4 418

Answers by our Experts: 3 943

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

To qualify for a loan award, a student should score between 25 - 100 points and should have been admitted to an accredited institution. write a program that accept points, institution and their gender(f for female an m for male) seperated by spaces and determine if the student qualifies for an award or not. The program should also, print their gender in full and capitalized. Please see sample runs below for appropriete massages/input/output. Use table for program.


Write a program thst calculate and display an employee's weekly salary. if the hours worked are less or equal to 40, the employee is payed N$65.54 per hour, otherwise the employee receives N$80.20 for every hour worked exceeding 40.


Create a do-while loop that asks the user to enter two numbers. The numbers should be added and the sum displayed. The loop should ask the user whether he or she wishes to perform the operation again. If so, the loop should repeat; otherwise it should terminate

Sample Run1

Enter two numbers: 3 15

Do you want another operation: Yes

Enter two numbers: 45 56

Do you want another operation: No

Output1: Sum = 119

Sample Run2

Enter two numbers: 33 150

Do you want another operation: Yes

Enter two numbers: -56 56

Do you want another operation: Yes

Enter two numbers: 58 15

Do you want another operation: Yes

Enter two numbers: 123 87

Do you want another operation: No

Output2: Sum = 466


Write a program that implements PrintFunc and accepts input from user. 


Write a program that implements function PrintString and prints your name.


Given an array A of N integers and two integers X and Y, find the number of integers in the array that are both less than or equal to X and divisible by Y.


5) Comparison of 4 numbers.
4) Find the area of à ƒ ƒ ƒ ¢ € ‹Ãƒ ƒ ƒ ƒ ¢ € ‹a triangle on three known sides. Output the longest height.
3) The lengths of the sides of a parallelepiped are given. Find the volume and all its diagonals, compare them and find the shortest length of the diagonal.
2) Given the coordinates of the vertices of a triangle. Find the perimeter and area of à ƒ ƒ ƒ ¢ € ‹Ãƒ ƒ ƒ ƒ ¢ € ‹a triangle.
LATEST TUTORIALS
APPROVED BY CLIENTS