Input the Student Indexno,Name,subjects in java Display the Student details Display the the max marks Display the total,average and grade Exit
Advanced Student Marks Calculation Using Java



Input the Student Indexno,Name,subjects in java Display the Student details Display the the max marks Display the total,average and grade Exit
create a 3 element integer to calculate and following min numbers max numbers total average
Create a 10 element integer array and store some integer values display as the counting of 0. [crayon-64630be3bba73291821216/] above examples int numbers[] = {10,15,0,0,6,0,0,1,6,4}; here there is 4 zeros. Output display as [crayon-64630be3bba77057767631/]
in this tutorials you will be learning DataInputStream using Java.input the integer number and float number and press enter key then show output as readable integer number and float number. [crayon-64630be3bbc79540039868/]
Assume that we have to compute and print the square root of the number. [crayon-64630be3bbe9d710351246/]
Input the Student name,marks for 3 subjects,calculate the avg,grade. In order to calculate the grade using following conditions.
input employee number,hourly rate calculate and display the gross payment using following condition. if the employee work more than 40 hours then he will be paid the hours work over 40 at the rate of two times than the normal rate others get the normal payment. [crayon-64630be3bc27d915131379/]
Input the employee name and basic salary calculate and display the netsalary using following condition if the basic salary is more than 50000 then include 10% Tax if the basic salary is more than 30000 then include 5% Tax otherwise no Tax.
Modify the above programme to calculate the grade using following condition Avg > 80 -> Distinction Avg > 70 -> Credit Avg > 60 -> Simple Pass Other wise Fail [crayon-64630be3bc611991238792/]
Input the Student name,marks for 3 subjects,calculate the avg,grade. In order to calculate the grade using following conditions