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

Develop the internal mark calculation system based on the attendance percentage using java on given condition attendance percentage>=80and<90-4 marks attendance percentage>=75and<80-3 marks,attendance percentage<75-0 marks

Develop the internal mark calculation system based on the attendance percentage using java. Get the student name, register number,total number of according days present. Calculate attendance percentage of the students and award attendance mark based on the following condition.

Attendance percentage >=90 - 5 marks Attendance percentage >= 80 - 4 marks






The manager has decided to provide the party to their employees in the restaurant at week end due to his wedding anniversary. He wants to know the number of participants to arrange a dinner. During the dinner, he wants to conduct a game by calling employees who are having similar name. Design a java program to Read the list of employee names using an array. Arrange in N rows, M columns seating arrangements. Find the similar names without considering the alphabet case.
Design an algorithm and flowchart for reading the five Vendors Name, Age, Location and
print these details on the screen.

Two friends Jameel and Uday went to Games Zone in shopping mall. They have 15 games

in their hand in random order. They have given 10 seconds to find the game in the given

list. Write a program to search a game in the given list using recursion method.


A schoolboy named ‘Jala kondapathi’ was living in a small village. But his full name is Jala

Kondapathi Rao in the registered certificates. He has joined the college after a school in a

city. His friends are called his name as “Jala Pathi Rao”. But he likes to call “Pathi”.

Write a java program to read name ‘Jala Kondapathi’ initially. Then modify the names as

per the sequence given above. Use StringBuffer Class methods to do changes in the name


Create a function that receives two arguments namely (age, name, gender)

return age, name, then create an if statement outside to check if the user is

above 18 years …. Display “Hi Meyer (Gender) here “F or M”, you are above

18,” else return false

o Your program should prompt a user to enter age, name and gender.

o Age should be declared as integer/number, name and gender should

be a string. Should accept gender as a full string “Female or Male”

then display only letter F or M.


Create an arrow function that receives three arguments (num1 , num2 ,

num3 ) o Calculate total and return sum, display on a console.


Create an array that receives [ name, surname, gender, age]

o Prompt user to enter those variables.

o Display list of users

Headings

• Name | Surname | Gender | Age

o Make use of For loop to run prompt and display your array.


Abhay is playing a shooting game. There are n balloon arranged in a row. Each balloon has a number written on it and Abhay can burst balloons from beginning or end. Abhay is really fond of number k and wants to make the sum of all the balloons remaining equal to k. For busting 1 balloon 1 unit of energy is spent by Abhay


LATEST TUTORIALS
APPROVED BY CLIENTS