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

Two monkeys Charlie and Leo are standing at two different nodes of a tree.
This tree is very weird, its root is situated at the highest point and grows in a downward
direction.
Also it consists of several nodes and branches connecting two different nodes.But at max 2
branches can originate from a node.
Now ,there are some tasks which they have to perform using some algorithms.Since they are
very lazy they want you to complete those tasks.
Task 1:- They want to move to the root node.So they want to calculate the individual distance
each of them have to travel in reaching to the root.
Task2:-They want to meet with each other .So they want to compute the distance between each
other before they start moving.
Can you help them in achieving these tasks?
Assumption:- Assume Tree as binary Tree.
You will be given the root Node of the tree and the reference nodes containing the address of
the nodes where charlie and leo are present
Task1 and Task2 -(Algorithm Explanation+Pseudo code+Time Complexity)
You have to design your own Java console application about any valid problem that your

application must solve. Your solution can include solving a business problem, a new idea or even a

game. Your application must make use of concepts such as arrays, loops, inheritance, constructors

and information hiding. Output must be shown in the form of a report using the console.

in your solution, make use of as many concepts, and components dealt with in this course, but

pay special attention to the following learning units.

Learning Unit 1. Advanced arrays

Learning Unit 2: Introduction to inheritance
Suppose there is a list s1->s2->s3->………->sn-1
->sn. given to you. You need to modify this list in
such a way that it will be s1->sn
->s2->sn-1
->s3->sn-2…….
Note: algorithm should be inplace without modifying the values of the nodes
Algorithm explanation + Pseudo-code + runtime and data structure used)

Need to develop with java.


Can someone explain me to build this code, what i need to do and the requirements that need to be satisfied.


Tutora is an educational institute which provides education and

research to country. Currently their entire business process is

operated with books and emails. As a startup company your group has

been hired to automate the manual process of Tutora. The following

main business requirements has been discussed by the client. Implement

a java Swing Application to automate the business requirements.


1. Manage Student Registration Issues (Add,Update,Remove)


2. Manage Examination issues (Add,Update,Remove)


3. Manage Courses.


4. Manage Technical inquires related to exams.


5. Allocate employees to student inquires.


6. Monthly Reports related to student inquires.


7. Send notification to the students when the student inquiry has been

sorted


8. Send notification to Employees when a new inquiry has been raised

via email.


  1. Available Credit (15 points)

 

The following steps should be followed in a program that calculates a customer’s available credit:


  • Display the message “Enter the customer’s maximum credit.”
  • Wait for the user to enter the customer’s maximum credit.
  • Display the message “Enter the amount of credit used by the customer.”
  • Wait for the user to enter the customer’s credit used.
  • Subtract the used credit from the maximum credit to get the customer’s available credit.
  • Display a message that shows the customer’s available credit.

needs flowchart


To develop Java application and use Java Swing using below

requirements.


Tutora is an educational institute which provides education and

research to country. Currently their entire business process is

operated with books and emails. As a startup company your group has

been hired to automate the manual process of Tutora. The following

main business requirements has been discussed by the client. Implement

a java Swing Application to automate the business requirements.


Build a java program with java swing to Manage Student Registration Issues that can do this tasks (Add,Update,Remove)



To develop Java application and use Java Swing using below requirements.


Tutora is an educational institute which provides education and research to country. Currently their entire business process is operated with books and emails. As a startup company your group has been hired to automate the manual process of Tutora. The following main business requirements has been discussed by the client. Implement a java Swing Application to automate the business requirements.


1. Manage Student Registration Issues (Add,Update,Remove)

2. Manage Examination issues (Add,Update,Remove)

3. Manage Courses.

4. Manage Technical inquires related to exams.

5. Allocate employees to student inquires.

6. Monthly Reports related to student inquires.

7. Send notification to the students when the student inquiry has been sorted

8. Send notification to Employees when a new inquiry has been raised via email.


Placement season


Tutora is an educational institute which provides education and research to country. Currently their

entire business process is operated with books and emails. As a startup company your group has been

hired to automate the manual process of Tutora. The following main business requirements has been

discussed by the client. Implement a java Swing Application to automate the business requirements.

1. Manage Student Registration Issues (Add,Update,Remove)

2. Manage Examination issues (Add,Update,Remove)

3. Manage Courses.

4. Manage Technical inquires related to exams.

5. Allocate employees to student inquires.

6. Monthly Reports related to student inquires.

7. Send notification to the students when the student inquiry has been sorted

8. Send notification to Employees when a new inquiry has been raised via email.


Problem #2 (20 points for pseudocode)

 

You are working for the weather channel and you have to write a program that will generate the average temperature for the last 7 days. A modular code is preferred, but a non-modular code is OK. (Provide the pseudocode)


LATEST TUTORIALS
APPROVED BY CLIENTS