answer all of them—
1.get the three no from the user and find the 2nd maximum
2.recursion—sum of digits
3.get the no from the user stope when enter the 'q' and sum of no and count of no example
10,w,12,r,34,q
count -3
sum-56
4.get the no from the user
—print all them
— min
—max
—show error if >3 digits
—show error if negative
5.animal,dog,human
—method whoami if animal obj call — "animal"dog,human
—-if animal obj call — "animal"
—-if dog obj call — "dog"
—if human obj call — "human"
6.get the radius of circle from the user and found the diameter and area
7-13 answer minimum 2
7 .,8 .students ,marks table
in students
id | name | male\female |class
some datas
in marks table
id | tamil |eng|maths|science| history
some datas
- write a sql commant to create a table both
- find the total of each students 3.add new values to both(insert new row) 4.for 10 class - pass mark-40 for 8th class pass mark is 35 count the pass students
9.html page to crete a students table
- get the students mark and validate it each fieads should not be empty
- get the user input and write them on the file 12.read the file and count of line,char,words
- create a class stack data structure and create the methods peek ,pop,push and thiere corresponding logics
Top comments (0)