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
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